Html Css Color HEX #D585B9 Shocking

📋 copy color: '#D585B9'

red 213 ◦ green 133 ◦ blue 185

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

Shades of Shocking #D585B9

Tints of Shocking #D585B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.05%

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

R = 40.11%
G = 25.05%
B = 34.84%

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

#D585B9 (or 0xD585B9) is known color: Shocking. HEX triplet: D5, 85 and B9. RGB value is (213,133,185). Sum of RGB (Red+Green+Blue) = 213+133+185=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585B9 is #2A7A46. Grayscale: #A2A2A2. Windows color (decimal): -2783815 or 12158421. OLE color: 12158421.

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

Color convert

RGB 213 133 185 -
CMYK 0 0.38 0.13 0.16
HSL 321º 0.49% 0.68% -
HSV(B) 321º 0.38% 0.84% -
XYZ 44.59 34.42 50.19 -
YUV 162.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 213 133 185 0 0.38 0.13 0.16 321 0.49 0.68
Hex D5 85 B9 0 26 D 10 141 31 44
Octal 325 205 271 0 46 15 20 501 61 104
Binary 11010101 10000101 10111001 0 100110 1101 10000 101000001 110001 1000100

Color Harmonies of #D585B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D585B9

Black with #D585B9

Text Example


Text Example

White with #D585B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D585B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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