Html Css Color HEX #DF88A1 Kobi

📋 copy color: '#DF88A1'

red 223 ◦ green 136 ◦ blue 161

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

Shades of Kobi #DF88A1

Tints of Kobi #DF88A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 42.88%
G = 26.15%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF88A1 (or 0xDF88A1) is known color: Kobi. HEX triplet: DF, 88 and A1. RGB value is (223,136,161). Sum of RGB (Red+Green+Blue) = 223+136+161=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A1 is #20775E. Grayscale: #A4A4A4. Windows color (decimal): -2127711 or 10586335. OLE color: 10586335.

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

Color convert

RGB 223 136 161 -
CMYK 0 0.39 0.28 0.13
HSL 342.76º 0.58% 0.7% -
HSV(B) 342.76º 0.39% 0.87% -
XYZ 45.67 35.87 38.23 -
YUV 164.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 223 136 161 0 0.39 0.28 0.13 342.76 0.58 0.7
Hex DF 88 A1 0 27 1C D 157 3A 46
Octal 337 210 241 0 47 34 15 527 72 106
Binary 11011111 10001000 10100001 0 100111 11100 1101 101010111 111010 1000110

Color Harmonies of #DF88A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88A1

Black with #DF88A1

Text Example


Text Example

White with #DF88A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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