Html Css Color HEX #D994B5 Shocking

📋 copy color: '#D994B5'

red 217 ◦ green 148 ◦ blue 181

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

Shades of Shocking #D994B5

Tints of Shocking #D994B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 39.74%
G = 27.11%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D994B5 (or 0xD994B5) is known color: Shocking. HEX triplet: D9, 94 and B5. RGB value is (217,148,181). Sum of RGB (Red+Green+Blue) = 217+148+181=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994B5 is #266B4A. Grayscale: #ACACAC. Windows color (decimal): -2517835 or 11900121. OLE color: 11900121.

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

Color convert

RGB 217 148 181 -
CMYK 0 0.32 0.17 0.15
HSL 331.3º 0.48% 0.72% -
HSV(B) 331.3º 0.32% 0.85% -
XYZ 47.55 39.27 48.79 -
YUV 172.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 217 148 181 0 0.32 0.17 0.15 331.3 0.48 0.72
Hex D9 94 B5 0 20 11 F 14B 30 48
Octal 331 224 265 0 40 21 17 513 60 110
Binary 11011001 10010100 10110101 0 100000 10001 1111 101001011 110000 1001000

Color Harmonies of #D994B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994B5

Black with #D994B5

Text Example


Text Example

White with #D994B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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