Html Css Color HEX #D991AD Kobi

📋 copy color: '#D991AD'

red 217 ◦ green 145 ◦ blue 173

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

Shades of Kobi #D991AD

Tints of Kobi #D991AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

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

R = 40.56%
G = 27.1%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D991AD (or 0xD991AD) is known color: Kobi. HEX triplet: D9, 91 and AD. RGB value is (217,145,173). Sum of RGB (Red+Green+Blue) = 217+145+173=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D991AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991AD is #266E52. Grayscale: #A9A9A9. Windows color (decimal): -2518611 or 11375065. OLE color: 11375065.

HSL color Cylindrical-coordinate representation of color #D991AD: hue angle of 336.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991AD is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 173 -
CMYK 0 0.33 0.20 0.15
HSL 336.67º 0.49% 0.71% -
HSV(B) 336.67º 0.33% 0.85% -
XYZ 46.28 38.02 44.43 -
YUV 169.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 217 145 173 0 0.33 0.20 0.15 336.67 0.49 0.71
Hex D9 91 AD 0 21 14 F 151 31 47
Octal 331 221 255 0 41 24 17 521 61 107
Binary 11011001 10010001 10101101 0 100001 10100 1111 101010001 110001 1000111

Color Harmonies of #D991AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991AD

Black with #D991AD

Text Example


Text Example

White with #D991AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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