Html Css Color HEX #D584B9 Shocking

📋 copy color: '#D584B9'

red 213 ◦ green 132 ◦ blue 185

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

Shades of Shocking #D584B9

Tints of Shocking #D584B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.91%

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

R = 40.19%
G = 24.91%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D584B9 (or 0xD584B9) is known color: Shocking. HEX triplet: D5, 84 and B9. RGB value is (213,132,185). Sum of RGB (Red+Green+Blue) = 213+132+185=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D584B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584B9 is #2A7B46. Grayscale: #A2A2A2. Windows color (decimal): -2784071 or 12158165. OLE color: 12158165.

HSL color Cylindrical-coordinate representation of color #D584B9: hue angle of 320.74º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584B9 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 185 -
CMYK 0 0.38 0.13 0.16
HSL 320.74º 0.49% 0.68% -
HSV(B) 320.74º 0.38% 0.84% -
XYZ 44.45 34.15 50.15 -
YUV 162.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 213 132 185 0 0.38 0.13 0.16 320.74 0.49 0.68
Hex D5 84 B9 0 26 D 10 141 31 44
Octal 325 204 271 0 46 15 20 501 61 104
Binary 11010101 10000100 10111001 0 100110 1101 10000 101000001 110001 1000100

Color Harmonies of #D584B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584B9

Black with #D584B9

Text Example


Text Example

White with #D584B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584B9; }

 p { color: rgb(213,132,185); }

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

background-color css

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

 a { background-color: rgb(213,132,185); }

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

border-color css

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

 span { border-color: rgb(213,132,185); }

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