#DF919F

Color #DF919F Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DF919F

Tints of Kobi #DF919F

Color information

#DF919F (or 0xDF919F) is unknown color: approx Kobi. HEX triplet: DF, 91 and 9F. RGB value is (223,145,159). Sum of RGB (Red+Green+Blue) = 223+145+159=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF919F is #206E60. Grayscale: #A9A9A9. Windows color (decimal): -2125409 or 10457567. OLE color: 10457567.

HSL color Cylindrical-coordinate representation of color #DF919F: hue angle of 349.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF919F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223145159-
CMYK00.350.290.13
HSL349.23º54.93%72.16%-
HSV(B)349.23º34.98%87.45%-
XYZ46.8138.4437.75-
YUV169.92121.84165.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=42.31%
G=27.51%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314515900.350.290.13349.2354.9372.16
HexDF919F0231DD15d3748
Octal337221237043351553567110
Binary11011111100100011001111101000111110111011010111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF919F; }

 p { color: rgb(223,145,159); }

 H1.HeaderClassName
 {
   color: #DF919F;
 }
 .AnyTagClassName
 {
   color: #DF919F;
 }
</style>
background-color css

<style>
 a { background-color: #DF919F; }

 a { background-color: rgb(223,145,159); }

 div.DivClassName
 {
   background-color: #DF919F;
 }
 .BgClassName
 {
   background-color: #DF919F;
 }
</style>
border-color css

<style>
 span { border-color: #DF919F; }

 span { border-color: rgb(223,145,159); }

 td.TdClassName
 {
   border-color: #DF919F;
 }
 .TagClassName
 {
   border-color: #DF919F;
 }
</style>