Html Css Color HEX #D990C2 Shocking

📋 copy color: '#D990C2'

red 217 ◦ green 144 ◦ blue 194

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

Shades of Shocking #D990C2

Tints of Shocking #D990C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 39.1%
G = 25.95%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D990C2 (or 0xD990C2) is known color: Shocking. HEX triplet: D9, 90 and C2. RGB value is (217,144,194). Sum of RGB (Red+Green+Blue) = 217+144+194=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C2 is #266F3D. Grayscale: #ABABAB. Windows color (decimal): -2518846 or 12751065. OLE color: 12751065.

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

Color convert

RGB 217 144 194 -
CMYK 0 0.34 0.11 0.15
HSL 318.9º 0.49% 0.71% -
HSV(B) 318.9º 0.34% 0.85% -
XYZ 48.33 38.59 55.94 -
YUV 171.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 217 144 194 0 0.34 0.11 0.15 318.9 0.49 0.71
Hex D9 90 C2 0 22 B F 13F 31 47
Octal 331 220 302 0 42 13 17 477 61 107
Binary 11011001 10010000 11000010 0 100010 1011 1111 100111111 110001 1000111

Color Harmonies of #D990C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990C2

Black with #D990C2

Text Example


Text Example

White with #D990C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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