Html Css Color HEX #D994B9 Shocking

📋 copy color: '#D994B9'

red 217 ◦ green 148 ◦ blue 185

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

Shades of Shocking #D994B9

Tints of Shocking #D994B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 39.45%
G = 26.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D994B9 (or 0xD994B9) is known color: Shocking. HEX triplet: D9, 94 and B9. RGB value is (217,148,185). Sum of RGB (Red+Green+Blue) = 217+148+185=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994B9 is #266B46. Grayscale: #ACACAC. Windows color (decimal): -2517831 or 12162265. OLE color: 12162265.

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

Color convert

RGB 217 148 185 -
CMYK 0 0.32 0.15 0.15
HSL 327.83º 0.48% 0.72% -
HSV(B) 327.83º 0.32% 0.85% -
XYZ 47.96 39.43 50.98 -
YUV 172.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 217 148 185 0 0.32 0.15 0.15 327.83 0.48 0.72
Hex D9 94 B9 0 20 F F 148 30 48
Octal 331 224 271 0 40 17 17 510 60 110
Binary 11011001 10010100 10111001 0 100000 1111 1111 101001000 110000 1001000

Color Harmonies of #D994B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994B9

Black with #D994B9

Text Example


Text Example

White with #D994B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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