Html Css Color HEX #D888AC Kobi

📋 copy color: '#D888AC'

red 216 ◦ green 136 ◦ blue 172

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

Shades of Kobi #D888AC

Tints of Kobi #D888AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 41.22%
G = 25.95%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D888AC (or 0xD888AC) is known color: Kobi. HEX triplet: D8, 88 and AC. RGB value is (216,136,172). Sum of RGB (Red+Green+Blue) = 216+136+172=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D888AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D888AC is #277753. Grayscale: #A3A3A3. Windows color (decimal): -2586452 or 11307224. OLE color: 11307224.

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

Color convert

RGB 216 136 172 -
CMYK 0 0.37 0.20 0.15
HSL 333º 0.51% 0.69% -
HSV(B) 333º 0.37% 0.85% -
XYZ 44.57 35.19 43.47 -
YUV 164.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 216 136 172 0 0.37 0.20 0.15 333 0.51 0.69
Hex D8 88 AC 0 25 14 F 14D 33 45
Octal 330 210 254 0 45 24 17 515 63 105
Binary 11011000 10001000 10101100 0 100101 10100 1111 101001101 110011 1000101

Color Harmonies of #D888AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888AC

Black with #D888AC

Text Example


Text Example

White with #D888AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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