Html Css Color HEX #D994C7 Shocking

📋 copy color: '#D994C7'

red 217 ◦ green 148 ◦ blue 199

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

Shades of Shocking #D994C7

Tints of Shocking #D994C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 38.48%
G = 26.24%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D994C7 (or 0xD994C7) is known color: Shocking. HEX triplet: D9, 94 and C7. RGB value is (217,148,199). Sum of RGB (Red+Green+Blue) = 217+148+199=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C7 is #266B38. Grayscale: #AEAEAE. Windows color (decimal): -2517817 or 13079769. OLE color: 13079769.

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

Color convert

RGB 217 148 199 -
CMYK 0 0.32 0.08 0.15
HSL 315.65º 0.48% 0.72% -
HSV(B) 315.65º 0.32% 0.85% -
XYZ 49.51 40.06 59.15 -
YUV 174.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 217 148 199 0 0.32 0.08 0.15 315.65 0.48 0.72
Hex D9 94 C7 0 20 8 F 13C 30 48
Octal 331 224 307 0 40 10 17 474 60 110
Binary 11011001 10010100 11000111 0 100000 1000 1111 100111100 110000 1001000

Color Harmonies of #D994C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994C7

Black with #D994C7

Text Example


Text Example

White with #D994C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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