Html Css Color HEX #D994B6 Shocking

📋 copy color: '#D994B6'

red 217 ◦ green 148 ◦ blue 182

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

Shades of Shocking #D994B6

Tints of Shocking #D994B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 39.67%
G = 27.06%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D994B6 (or 0xD994B6) is known color: Shocking. HEX triplet: D9, 94 and B6. RGB value is (217,148,182). Sum of RGB (Red+Green+Blue) = 217+148+182=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994B6 is #266B49. Grayscale: #ACACAC. Windows color (decimal): -2517834 or 11965657. OLE color: 11965657.

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

Color convert

RGB 217 148 182 -
CMYK 0 0.32 0.16 0.15
HSL 330.43º 0.48% 0.72% -
HSV(B) 330.43º 0.32% 0.85% -
XYZ 47.65 39.31 49.33 -
YUV 172.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 217 148 182 0 0.32 0.16 0.15 330.43 0.48 0.72
Hex D9 94 B6 0 20 10 F 14A 30 48
Octal 331 224 266 0 40 20 17 512 60 110
Binary 11011001 10010100 10110110 0 100000 10000 1111 101001010 110000 1001000

Color Harmonies of #D994B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994B6

Black with #D994B6

Text Example


Text Example

White with #D994B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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