Html Css Color HEX #D99EB1 Kobi

📋 copy color: '#D99EB1'

red 217 ◦ green 158 ◦ blue 177

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

Shades of Kobi #D99EB1

Tints of Kobi #D99EB1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.62%

 BLUE value IS 177 (69.53% from 255) = 32.07%

R = 39.31%
G = 28.62%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D99EB1 (or 0xD99EB1) is known color: Kobi. HEX triplet: D9, 9E and B1. RGB value is (217,158,177). Sum of RGB (Red+Green+Blue) = 217+158+177=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99EB1 is #26614E. Grayscale: #B1B1B1. Windows color (decimal): -2515279 or 11640537. OLE color: 11640537.

HSL color Cylindrical-coordinate representation of color #D99EB1: hue angle of 340.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EB1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 177 -
CMYK 0 0.27 0.18 0.15
HSL 340.68º 0.44% 0.74% -
HSV(B) 340.68º 0.27% 0.85% -
XYZ 48.78 42.38 47.2 -
YUV 177.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 217 158 177 0 0.27 0.18 0.15 340.68 0.44 0.74
Hex D9 9E B1 0 1B 12 F 155 2C 4A
Octal 331 236 261 0 33 22 17 525 54 112
Binary 11011001 10011110 10110001 0 11011 10010 1111 101010101 101100 1001010

Color Harmonies of #D99EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EB1

Black with #D99EB1

Text Example


Text Example

White with #D99EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EB1; }

 p { color: rgb(217,158,177); }

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

background-color css

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

 a { background-color: rgb(217,158,177); }

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

border-color css

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

 span { border-color: rgb(217,158,177); }

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