Html Css Color HEX #D990BA Shocking

📋 copy color: '#D990BA'

red 217 ◦ green 144 ◦ blue 186

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

Shades of Shocking #D990BA

Tints of Shocking #D990BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 39.67%
G = 26.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D990BA (or 0xD990BA) is known color: Shocking. HEX triplet: D9, 90 and BA. RGB value is (217,144,186). Sum of RGB (Red+Green+Blue) = 217+144+186=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D990BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990BA is #266F45. Grayscale: #AAAAAA. Windows color (decimal): -2518854 or 12226777. OLE color: 12226777.

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

Color convert

RGB 217 144 186 -
CMYK 0 0.34 0.14 0.15
HSL 325.48º 0.49% 0.71% -
HSV(B) 325.48º 0.34% 0.85% -
XYZ 47.45 38.24 51.34 -
YUV 170.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 217 144 186 0 0.34 0.14 0.15 325.48 0.49 0.71
Hex D9 90 BA 0 22 E F 145 31 47
Octal 331 220 272 0 42 16 17 505 61 107
Binary 11011001 10010000 10111010 0 100010 1110 1111 101000101 110001 1000111

Color Harmonies of #D990BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990BA

Black with #D990BA

Text Example


Text Example

White with #D990BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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