Html Css Color HEX #DF9DB3 Kobi

📋 copy color: '#DF9DB3'

red 223 ◦ green 157 ◦ blue 179

#DF9DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DF9DB3

Tints of Kobi #DF9DB3

RGB

 RED value IS 223 (87.5% from 255) = 39.89%

 GREEN value IS 157 (61.72% from 255) = 28.09%

 BLUE value IS 179 (70.31% from 255) = 32.02%

R = 39.89%
G = 28.09%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF9DB3 (or 0xDF9DB3) is known color: Kobi. HEX triplet: DF, 9D and B3. RGB value is (223,157,179). Sum of RGB (Red+Green+Blue) = 223+157+179=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DB3 is #20624C. Grayscale: #B3B3B3. Windows color (decimal): -2122317 or 11771359. OLE color: 11771359.

HSL color Cylindrical-coordinate representation of color #DF9DB3: hue angle of 340º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DB3 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 179 -
CMYK 0 0.30 0.20 0.13
HSL 340º 0.51% 0.75% -
HSV(B) 340º 0.3% 0.87% -
XYZ 50.63 43.06 48.29 -
YUV 179.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 223 157 179 0 0.30 0.20 0.13 340 0.51 0.75
Hex DF 9D B3 0 1E 14 D 154 33 4B
Octal 337 235 263 0 36 24 15 524 63 113
Binary 11011111 10011101 10110011 0 11110 10100 1101 101010100 110011 1001011

Color Harmonies of #DF9DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DB3

Black with #DF9DB3

Text Example


Text Example

White with #DF9DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DB3; }

 p { color: rgb(223,157,179); }

 H1.HeaderClassName
 {
   color: #DF9DB3;
 }
 .AnyTagClassName
 {
   color: #DF9DB3;
 }
</style>

background-color css

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

 a { background-color: rgb(223,157,179); }

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

border-color css

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

 span { border-color: rgb(223,157,179); }

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