Html Css Color HEX #D88AB0 Kobi

📋 copy color: '#D88AB0'

red 216 ◦ green 138 ◦ blue 176

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

Shades of Kobi #D88AB0

Tints of Kobi #D88AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

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

R = 40.75%
G = 26.04%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D88AB0 (or 0xD88AB0) is known color: Kobi. HEX triplet: D8, 8A and B0. RGB value is (216,138,176). Sum of RGB (Red+Green+Blue) = 216+138+176=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AB0 is #27754F. Grayscale: #A5A5A5. Windows color (decimal): -2585936 or 11569880. OLE color: 11569880.

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

Color convert

RGB 216 138 176 -
CMYK 0 0.36 0.19 0.15
HSL 330.77º 0.5% 0.69% -
HSV(B) 330.77º 0.36% 0.85% -
XYZ 45.24 35.91 45.62 -
YUV 165.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 216 138 176 0 0.36 0.19 0.15 330.77 0.5 0.69
Hex D8 8A B0 0 24 13 F 14B 32 45
Octal 330 212 260 0 44 23 17 513 62 105
Binary 11011000 10001010 10110000 0 100100 10011 1111 101001011 110010 1000101

Color Harmonies of #D88AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AB0

Black with #D88AB0

Text Example


Text Example

White with #D88AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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