Html Css Color HEX #D994C3 Shocking

📋 copy color: '#D994C3'

red 217 ◦ green 148 ◦ blue 195

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

Shades of Shocking #D994C3

Tints of Shocking #D994C3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.43%

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 38.75%
G = 26.43%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D994C3 (or 0xD994C3) is known color: Shocking. HEX triplet: D9, 94 and C3. RGB value is (217,148,195). Sum of RGB (Red+Green+Blue) = 217+148+195=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C3 is #266B3C. Grayscale: #ADADAD. Windows color (decimal): -2517821 or 12817625. OLE color: 12817625.

HSL color Cylindrical-coordinate representation of color #D994C3: hue angle of 319.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994C3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 195 -
CMYK 0 0.32 0.10 0.15
HSL 319.13º 0.48% 0.72% -
HSV(B) 319.13º 0.32% 0.85% -
XYZ 49.06 39.87 56.74 -
YUV 173.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 217 148 195 0 0.32 0.10 0.15 319.13 0.48 0.72
Hex D9 94 C3 0 20 A F 13F 30 48
Octal 331 224 303 0 40 12 17 477 60 110
Binary 11011001 10010100 11000011 0 100000 1010 1111 100111111 110000 1001000

Color Harmonies of #D994C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994C3

Black with #D994C3

Text Example


Text Example

White with #D994C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994C3; }

 p { color: rgb(217,148,195); }

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

background-color css

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

 a { background-color: rgb(217,148,195); }

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

border-color css

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

 span { border-color: rgb(217,148,195); }

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