Html Css Color HEX #D990C6 Shocking

📋 copy color: '#D990C6'

red 217 ◦ green 144 ◦ blue 198

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

Shades of Shocking #D990C6

Tints of Shocking #D990C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 38.82%
G = 25.76%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D990C6 (or 0xD990C6) is known color: Shocking. HEX triplet: D9, 90 and C6. RGB value is (217,144,198). Sum of RGB (Red+Green+Blue) = 217+144+198=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C6 is #266F39. Grayscale: #ABABAB. Windows color (decimal): -2518842 or 13013209. OLE color: 13013209.

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

Color convert

RGB 217 144 198 -
CMYK 0 0.34 0.09 0.15
HSL 315.62º 0.49% 0.71% -
HSV(B) 315.62º 0.34% 0.85% -
XYZ 48.78 38.78 58.34 -
YUV 171.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 217 144 198 0 0.34 0.09 0.15 315.62 0.49 0.71
Hex D9 90 C6 0 22 9 F 13C 31 47
Octal 331 220 306 0 42 11 17 474 61 107
Binary 11011001 10010000 11000110 0 100010 1001 1111 100111100 110001 1000111

Color Harmonies of #D990C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990C6

Black with #D990C6

Text Example


Text Example

White with #D990C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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