Html Css Color HEX #D999AD Kobi

📋 copy color: '#D999AD'

red 217 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D999AD

Tints of Kobi #D999AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 39.96%
G = 28.18%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D999AD (or 0xD999AD) is known color: Kobi. HEX triplet: D9, 99 and AD. RGB value is (217,153,173). Sum of RGB (Red+Green+Blue) = 217+153+173=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AD is #266652. Grayscale: #AEAEAE. Windows color (decimal): -2516563 or 11377113. OLE color: 11377113.

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

Color convert

RGB 217 153 173 -
CMYK 0 0.29 0.20 0.15
HSL 341.25º 0.46% 0.73% -
HSV(B) 341.25º 0.29% 0.85% -
XYZ 47.55 40.55 44.86 -
YUV 174.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 217 153 173 0 0.29 0.20 0.15 341.25 0.46 0.73
Hex D9 99 AD 0 1D 14 F 155 2E 49
Octal 331 231 255 0 35 24 17 525 56 111
Binary 11011001 10011001 10101101 0 11101 10100 1111 101010101 101110 1001001

Color Harmonies of #D999AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999AD

Black with #D999AD

Text Example


Text Example

White with #D999AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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