Html Css Color HEX #D888B0 Kobi

📋 copy color: '#D888B0'

red 216 ◦ green 136 ◦ blue 176

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

Shades of Kobi #D888B0

Tints of Kobi #D888B0

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 40.91%
G = 25.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D888B0 (or 0xD888B0) is known color: Kobi. HEX triplet: D8, 88 and B0. RGB value is (216,136,176). Sum of RGB (Red+Green+Blue) = 216+136+176=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D888B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D888B0 is #27774F. Grayscale: #A4A4A4. Windows color (decimal): -2586448 or 11569368. OLE color: 11569368.

HSL color Cylindrical-coordinate representation of color #D888B0: hue angle of 330º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888B0 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 176 -
CMYK 0 0.37 0.19 0.15
HSL 330º 0.51% 0.69% -
HSV(B) 330º 0.37% 0.85% -
XYZ 44.96 35.34 45.53 -
YUV 164.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 216 136 176 0 0.37 0.19 0.15 330 0.51 0.69
Hex D8 88 B0 0 25 13 F 14A 33 45
Octal 330 210 260 0 45 23 17 512 63 105
Binary 11011000 10001000 10110000 0 100101 10011 1111 101001010 110011 1000101

Color Harmonies of #D888B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888B0

Black with #D888B0

Text Example


Text Example

White with #D888B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888B0; }

 p { color: rgb(216,136,176); }

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

background-color css

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

 a { background-color: rgb(216,136,176); }

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

border-color css

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

 span { border-color: rgb(216,136,176); }

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