Html Css Color HEX #D88AB2 Kobi

📋 copy color: '#D88AB2'

red 216 ◦ green 138 ◦ blue 178

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

Shades of Kobi #D88AB2

Tints of Kobi #D88AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 40.6%
G = 25.94%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D88AB2 (or 0xD88AB2) is known color: Kobi. HEX triplet: D8, 8A and B2. RGB value is (216,138,178). Sum of RGB (Red+Green+Blue) = 216+138+178=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AB2 is #27754D. Grayscale: #A5A5A5. Windows color (decimal): -2585934 or 11700952. OLE color: 11700952.

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

Color convert

RGB 216 138 178 -
CMYK 0 0.36 0.18 0.15
HSL 329.23º 0.5% 0.69% -
HSV(B) 329.23º 0.36% 0.85% -
XYZ 45.44 35.99 46.67 -
YUV 165.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 216 138 178 0 0.36 0.18 0.15 329.23 0.5 0.69
Hex D8 8A B2 0 24 12 F 149 32 45
Octal 330 212 262 0 44 22 17 511 62 105
Binary 11011000 10001010 10110010 0 100100 10010 1111 101001001 110010 1000101

Color Harmonies of #D88AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AB2

Black with #D88AB2

Text Example


Text Example

White with #D88AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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