Html Css Color HEX #DF9DB5 Kobi

📋 copy color: '#DF9DB5'

red 223 ◦ green 157 ◦ blue 181

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

Shades of Kobi #DF9DB5

Tints of Kobi #DF9DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.26%

R = 39.75%
G = 27.99%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF9DB5 (or 0xDF9DB5) is known color: Kobi. HEX triplet: DF, 9D and B5. RGB value is (223,157,181). Sum of RGB (Red+Green+Blue) = 223+157+181=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DB5 is #20624A. Grayscale: #B3B3B3. Windows color (decimal): -2122315 or 11902431. OLE color: 11902431.

HSL color Cylindrical-coordinate representation of color #DF9DB5: hue angle of 338.18º 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 #DF9DB5 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 181 -
CMYK 0 0.30 0.19 0.13
HSL 338.18º 0.51% 0.75% -
HSV(B) 338.18º 0.3% 0.87% -
XYZ 50.83 43.14 49.36 -
YUV 179.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 223 157 181 0 0.30 0.19 0.13 338.18 0.51 0.75
Hex DF 9D B5 0 1E 13 D 152 33 4B
Octal 337 235 265 0 36 23 15 522 63 113
Binary 11011111 10011101 10110101 0 11110 10011 1101 101010010 110011 1001011

Color Harmonies of #DF9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DB5

Black with #DF9DB5

Text Example


Text Example

White with #DF9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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