Html Css Color HEX #D990B9 Shocking

📋 copy color: '#D990B9'

red 217 ◦ green 144 ◦ blue 185

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

Shades of Shocking #D990B9

Tints of Shocking #D990B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.37%

 BLUE value IS 185 (72.66% from 255) = 33.88%

R = 39.74%
G = 26.37%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D990B9 (or 0xD990B9) is known color: Shocking. HEX triplet: D9, 90 and B9. RGB value is (217,144,185). Sum of RGB (Red+Green+Blue) = 217+144+185=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D990B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990B9 is #266F46. Grayscale: #AAAAAA. Windows color (decimal): -2518855 or 12161241. OLE color: 12161241.

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

Color convert

RGB 217 144 185 -
CMYK 0 0.34 0.15 0.15
HSL 326.3º 0.49% 0.71% -
HSV(B) 326.3º 0.34% 0.85% -
XYZ 47.35 38.2 50.78 -
YUV 170.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 217 144 185 0 0.34 0.15 0.15 326.3 0.49 0.71
Hex D9 90 B9 0 22 F F 146 31 47
Octal 331 220 271 0 42 17 17 506 61 107
Binary 11011001 10010000 10111001 0 100010 1111 1111 101000110 110001 1000111

Color Harmonies of #D990B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990B9

Black with #D990B9

Text Example


Text Example

White with #D990B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990B9; }

 p { color: rgb(217,144,185); }

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

background-color css

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

 a { background-color: rgb(217,144,185); }

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

border-color css

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

 span { border-color: rgb(217,144,185); }

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