Html Css Color HEX #D88DA6 Kobi

📋 copy color: '#D88DA6'

red 216 ◦ green 141 ◦ blue 166

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

Shades of Kobi #D88DA6

Tints of Kobi #D88DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 41.3%
G = 26.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D88DA6 (or 0xD88DA6) is known color: Kobi. HEX triplet: D8, 8D and A6. RGB value is (216,141,166). Sum of RGB (Red+Green+Blue) = 216+141+166=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DA6 is #277259. Grayscale: #A6A6A6. Windows color (decimal): -2585178 or 10915288. OLE color: 10915288.

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

Color convert

RGB 216 141 166 -
CMYK 0 0.35 0.23 0.15
HSL 340º 0.49% 0.7% -
HSV(B) 340º 0.35% 0.85% -
XYZ 44.73 36.4 40.75 -
YUV 166.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 216 141 166 0 0.35 0.23 0.15 340 0.49 0.7
Hex D8 8D A6 0 23 17 F 154 31 46
Octal 330 215 246 0 43 27 17 524 61 106
Binary 11011000 10001101 10100110 0 100011 10111 1111 101010100 110001 1000110

Color Harmonies of #D88DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DA6

Black with #D88DA6

Text Example


Text Example

White with #D88DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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