Html Css Color HEX #D584BB Shocking

📋 copy color: '#D584BB'

red 213 ◦ green 132 ◦ blue 187

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

Shades of Shocking #D584BB

Tints of Shocking #D584BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 40.04%
G = 24.81%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D584BB (or 0xD584BB) is known color: Shocking. HEX triplet: D5, 84 and BB. RGB value is (213,132,187). Sum of RGB (Red+Green+Blue) = 213+132+187=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D584BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584BB is #2A7B44. Grayscale: #A2A2A2. Windows color (decimal): -2784069 or 12289237. OLE color: 12289237.

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

Color convert

RGB 213 132 187 -
CMYK 0 0.38 0.12 0.16
HSL 319.26º 0.49% 0.68% -
HSV(B) 319.26º 0.38% 0.84% -
XYZ 44.66 34.24 51.27 -
YUV 162.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 213 132 187 0 0.38 0.12 0.16 319.26 0.49 0.68
Hex D5 84 BB 0 26 C 10 13F 31 44
Octal 325 204 273 0 46 14 20 477 61 104
Binary 11010101 10000100 10111011 0 100110 1100 10000 100111111 110001 1000100

Color Harmonies of #D584BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584BB

Black with #D584BB

Text Example


Text Example

White with #D584BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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