Html Css Color HEX #D594B5 Shocking

📋 copy color: '#D594B5'

red 213 ◦ green 148 ◦ blue 181

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

Shades of Shocking #D594B5

Tints of Shocking #D594B5

RGB

 RED value IS 213 (83.59% from 255) = 39.3%

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

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

R = 39.3%
G = 27.31%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D594B5 (or 0xD594B5) is known color: Shocking. HEX triplet: D5, 94 and B5. RGB value is (213,148,181). Sum of RGB (Red+Green+Blue) = 213+148+181=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D594B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594B5 is #2A6B4A. Grayscale: #ABABAB. Windows color (decimal): -2779979 or 11900117. OLE color: 11900117.

HSL color Cylindrical-coordinate representation of color #D594B5: hue angle of 329.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594B5 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 181 -
CMYK 0 0.31 0.15 0.16
HSL 329.54º 0.44% 0.71% -
HSV(B) 329.54º 0.31% 0.84% -
XYZ 46.37 38.66 48.73 -
YUV 171.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 213 148 181 0 0.31 0.15 0.16 329.54 0.44 0.71
Hex D5 94 B5 0 1F F 10 14A 2C 47
Octal 325 224 265 0 37 17 20 512 54 107
Binary 11010101 10010100 10110101 0 11111 1111 10000 101001010 101100 1000111

Color Harmonies of #D594B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594B5

Black with #D594B5

Text Example


Text Example

White with #D594B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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