Html Css Color HEX #D991AE Kobi

📋 copy color: '#D991AE'

red 217 ◦ green 145 ◦ blue 174

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

Shades of Kobi #D991AE

Tints of Kobi #D991AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.46%

R = 40.49%
G = 27.05%
B = 32.46%

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

#D991AE (or 0xD991AE) is known color: Kobi. HEX triplet: D9, 91 and AE. RGB value is (217,145,174). Sum of RGB (Red+Green+Blue) = 217+145+174=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D991AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991AE is #266E51. Grayscale: #A9A9A9. Windows color (decimal): -2518610 or 11440601. OLE color: 11440601.

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

Color convert

RGB 217 145 174 -
CMYK 0 0.33 0.20 0.15
HSL 335.83º 0.49% 0.71% -
HSV(B) 335.83º 0.33% 0.85% -
XYZ 46.38 38.06 44.95 -
YUV 169.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 217 145 174 0 0.33 0.20 0.15 335.83 0.49 0.71
Hex D9 91 AE 0 21 14 F 150 31 47
Octal 331 221 256 0 41 24 17 520 61 107
Binary 11011001 10010001 10101110 0 100001 10100 1111 101010000 110001 1000111

Color Harmonies of #D991AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991AE

Black with #D991AE

Text Example


Text Example

White with #D991AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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