Html Css Color HEX #DF8DAF Kobi

📋 copy color: '#DF8DAF'

red 223 ◦ green 141 ◦ blue 175

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

Shades of Kobi #DF8DAF

Tints of Kobi #DF8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.16%

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 41.37%
G = 26.16%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF8DAF (or 0xDF8DAF) is known color: Kobi. HEX triplet: DF, 8D and AF. RGB value is (223,141,175). Sum of RGB (Red+Green+Blue) = 223+141+175=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DAF is #207250. Grayscale: #A9A9A9. Windows color (decimal): -2126417 or 11505119. OLE color: 11505119.

HSL color Cylindrical-coordinate representation of color #DF8DAF: hue angle of 335.12º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DAF is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 175 -
CMYK 0 0.37 0.22 0.13
HSL 335.12º 0.56% 0.71% -
HSV(B) 335.12º 0.37% 0.87% -
XYZ 47.69 37.83 45.35 -
YUV 169.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 223 141 175 0 0.37 0.22 0.13 335.12 0.56 0.71
Hex DF 8D AF 0 25 16 D 14F 38 47
Octal 337 215 257 0 45 26 15 517 70 107
Binary 11011111 10001101 10101111 0 100101 10110 1101 101001111 111000 1000111

Color Harmonies of #DF8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8DAF

Black with #DF8DAF

Text Example


Text Example

White with #DF8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8DAF; }

 p { color: rgb(223,141,175); }

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

background-color css

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

 a { background-color: rgb(223,141,175); }

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

border-color css

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

 span { border-color: rgb(223,141,175); }

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