Html Css Color HEX #DF88B2 Kobi

📋 copy color: '#DF88B2'

red 223 ◦ green 136 ◦ blue 178

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

Shades of Kobi #DF88B2

Tints of Kobi #DF88B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 41.53%
G = 25.33%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF88B2 (or 0xDF88B2) is known color: Kobi. HEX triplet: DF, 88 and B2. RGB value is (223,136,178). Sum of RGB (Red+Green+Blue) = 223+136+178=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88B2 is #20774D. Grayscale: #A6A6A6. Windows color (decimal): -2127694 or 11700447. OLE color: 11700447.

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

Color convert

RGB 223 136 178 -
CMYK 0 0.39 0.20 0.13
HSL 331.03º 0.58% 0.7% -
HSV(B) 331.03º 0.39% 0.87% -
XYZ 47.27 36.51 46.68 -
YUV 166.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 223 136 178 0 0.39 0.20 0.13 331.03 0.58 0.7
Hex DF 88 B2 0 27 14 D 14B 3A 46
Octal 337 210 262 0 47 24 15 513 72 106
Binary 11011111 10001000 10110010 0 100111 10100 1101 101001011 111010 1000110

Color Harmonies of #DF88B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88B2

Black with #DF88B2

Text Example


Text Example

White with #DF88B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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