Html Css Color HEX #DF88AD Kobi

📋 copy color: '#DF88AD'

red 223 ◦ green 136 ◦ blue 173

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

Shades of Kobi #DF88AD

Tints of Kobi #DF88AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 41.92%
G = 25.56%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF88AD (or 0xDF88AD) is known color: Kobi. HEX triplet: DF, 88 and AD. RGB value is (223,136,173). Sum of RGB (Red+Green+Blue) = 223+136+173=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88AD is #207752. Grayscale: #A6A6A6. Windows color (decimal): -2127699 or 11372767. OLE color: 11372767.

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

Color convert

RGB 223 136 173 -
CMYK 0 0.39 0.22 0.13
HSL 334.48º 0.58% 0.7% -
HSV(B) 334.48º 0.39% 0.87% -
XYZ 46.78 36.31 44.08 -
YUV 166.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 223 136 173 0 0.39 0.22 0.13 334.48 0.58 0.7
Hex DF 88 AD 0 27 16 D 14E 3A 46
Octal 337 210 255 0 47 26 15 516 72 106
Binary 11011111 10001000 10101101 0 100111 10110 1101 101001110 111010 1000110

Color Harmonies of #DF88AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88AD

Black with #DF88AD

Text Example


Text Example

White with #DF88AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88AD; }

 p { color: rgb(223,136,173); }

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

background-color css

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

 a { background-color: rgb(223,136,173); }

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

border-color css

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

 span { border-color: rgb(223,136,173); }

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