Html Css Color HEX #D999B3 Kobi

📋 copy color: '#D999B3'

red 217 ◦ green 153 ◦ blue 179

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

Shades of Kobi #D999B3

Tints of Kobi #D999B3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.87%

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 39.53%
G = 27.87%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D999B3 (or 0xD999B3) is known color: Kobi. HEX triplet: D9, 99 and B3. RGB value is (217,153,179). Sum of RGB (Red+Green+Blue) = 217+153+179=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999B3 is #26664C. Grayscale: #AFAFAF. Windows color (decimal): -2516557 or 11770329. OLE color: 11770329.

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

Color convert

RGB 217 153 179 -
CMYK 0 0.29 0.18 0.15
HSL 335.63º 0.46% 0.73% -
HSV(B) 335.63º 0.29% 0.85% -
XYZ 48.14 40.79 47.98 -
YUV 175.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 217 153 179 0 0.29 0.18 0.15 335.63 0.46 0.73
Hex D9 99 B3 0 1D 12 F 150 2E 49
Octal 331 231 263 0 35 22 17 520 56 111
Binary 11011001 10011001 10110011 0 11101 10010 1111 101010000 101110 1001001

Color Harmonies of #D999B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999B3

Black with #D999B3

Text Example


Text Example

White with #D999B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999B3; }

 p { color: rgb(217,153,179); }

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

background-color css

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

 a { background-color: rgb(217,153,179); }

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

border-color css

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

 span { border-color: rgb(217,153,179); }

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