Html Css Color HEX #D994C0 Shocking

📋 copy color: '#D994C0'

red 217 ◦ green 148 ◦ blue 192

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

Shades of Shocking #D994C0

Tints of Shocking #D994C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 38.96%
G = 26.57%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D994C0 (or 0xD994C0) is known color: Shocking. HEX triplet: D9, 94 and C0. RGB value is (217,148,192). Sum of RGB (Red+Green+Blue) = 217+148+192=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C0 is #266B3F. Grayscale: #ADADAD. Windows color (decimal): -2517824 or 12621017. OLE color: 12621017.

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

Color convert

RGB 217 148 192 -
CMYK 0 0.32 0.12 0.15
HSL 321.74º 0.48% 0.72% -
HSV(B) 321.74º 0.32% 0.85% -
XYZ 48.72 39.74 54.97 -
YUV 173.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 217 148 192 0 0.32 0.12 0.15 321.74 0.48 0.72
Hex D9 94 C0 0 20 C F 142 30 48
Octal 331 224 300 0 40 14 17 502 60 110
Binary 11011001 10010100 11000000 0 100000 1100 1111 101000010 110000 1001000

Color Harmonies of #D994C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994C0

Black with #D994C0

Text Example


Text Example

White with #D994C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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