Html Css Color HEX #D88DAC Kobi

📋 copy color: '#D88DAC'

red 216 ◦ green 141 ◦ blue 172

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

Shades of Kobi #D88DAC

Tints of Kobi #D88DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

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

R = 40.83%
G = 26.65%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D88DAC (or 0xD88DAC) is known color: Kobi. HEX triplet: D8, 8D and AC. RGB value is (216,141,172). Sum of RGB (Red+Green+Blue) = 216+141+172=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DAC is #277253. Grayscale: #A6A6A6. Windows color (decimal): -2585172 or 11308504. OLE color: 11308504.

HSL color Cylindrical-coordinate representation of color #D88DAC: hue angle of 335.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DAC is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 172 -
CMYK 0 0.35 0.20 0.15
HSL 335.2º 0.49% 0.7% -
HSV(B) 335.2º 0.35% 0.85% -
XYZ 45.29 36.63 43.71 -
YUV 166.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 216 141 172 0 0.35 0.20 0.15 335.2 0.49 0.7
Hex D8 8D AC 0 23 14 F 14F 31 46
Octal 330 215 254 0 43 24 17 517 61 106
Binary 11011000 10001101 10101100 0 100011 10100 1111 101001111 110001 1000110

Color Harmonies of #D88DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DAC

Black with #D88DAC

Text Example


Text Example

White with #D88DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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