Html Css Color HEX #D999AF Kobi

📋 copy color: '#D999AF'

red 217 ◦ green 153 ◦ blue 175

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

Shades of Kobi #D999AF

Tints of Kobi #D999AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 39.82%
G = 28.07%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D999AF (or 0xD999AF) is known color: Kobi. HEX triplet: D9, 99 and AF. RGB value is (217,153,175). Sum of RGB (Red+Green+Blue) = 217+153+175=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AF is #266650. Grayscale: #AEAEAE. Windows color (decimal): -2516561 or 11508185. OLE color: 11508185.

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

Color convert

RGB 217 153 175 -
CMYK 0 0.29 0.19 0.15
HSL 339.38º 0.46% 0.73% -
HSV(B) 339.38º 0.29% 0.85% -
XYZ 47.74 40.63 45.88 -
YUV 174.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 217 153 175 0 0.29 0.19 0.15 339.38 0.46 0.73
Hex D9 99 AF 0 1D 13 F 153 2E 49
Octal 331 231 257 0 35 23 17 523 56 111
Binary 11011001 10011001 10101111 0 11101 10011 1111 101010011 101110 1001001

Color Harmonies of #D999AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999AF

Black with #D999AF

Text Example


Text Example

White with #D999AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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