Html Css Color HEX #D988B2 Kobi

📋 copy color: '#D988B2'

red 217 ◦ green 136 ◦ blue 178

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

Shades of Kobi #D988B2

Tints of Kobi #D988B2

RGB

 RED value IS 217 (85.16% from 255) = 40.87%

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

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

R = 40.87%
G = 25.61%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D988B2 (or 0xD988B2) is known color: Kobi. HEX triplet: D9, 88 and B2. RGB value is (217,136,178). Sum of RGB (Red+Green+Blue) = 217+136+178=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D988B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D988B2 is #26774D. Grayscale: #A4A4A4. Windows color (decimal): -2520910 or 11700441. OLE color: 11700441.

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

Color convert

RGB 217 136 178 -
CMYK 0 0.37 0.18 0.15
HSL 328.89º 0.52% 0.69% -
HSV(B) 328.89º 0.37% 0.85% -
XYZ 45.46 35.57 46.59 -
YUV 165.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 217 136 178 0 0.37 0.18 0.15 328.89 0.52 0.69
Hex D9 88 B2 0 25 12 F 149 34 45
Octal 331 210 262 0 45 22 17 511 64 105
Binary 11011001 10001000 10110010 0 100101 10010 1111 101001001 110100 1000101

Color Harmonies of #D988B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988B2

Black with #D988B2

Text Example


Text Example

White with #D988B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988B2; }

 p { color: rgb(217,136,178); }

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

background-color css

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

 a { background-color: rgb(217,136,178); }

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

border-color css

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

 span { border-color: rgb(217,136,178); }

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