Html Css Color HEX #D587C0 Shocking

📋 copy color: '#D587C0'

red 213 ◦ green 135 ◦ blue 192

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

Shades of Shocking #D587C0

Tints of Shocking #D587C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 39.44%
G = 25%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D587C0 (or 0xD587C0) is known color: Shocking. HEX triplet: D5, 87 and C0. RGB value is (213,135,192). Sum of RGB (Red+Green+Blue) = 213+135+192=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D587C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587C0 is #2A783F. Grayscale: #A4A4A4. Windows color (decimal): -2783296 or 12617685. OLE color: 12617685.

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

Color convert

RGB 213 135 192 -
CMYK 0 0.37 0.10 0.16
HSL 316.15º 0.48% 0.68% -
HSV(B) 316.15º 0.37% 0.84% -
XYZ 45.62 35.28 54.27 -
YUV 164.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 213 135 192 0 0.37 0.10 0.16 316.15 0.48 0.68
Hex D5 87 C0 0 25 A 10 13C 30 44
Octal 325 207 300 0 45 12 20 474 60 104
Binary 11010101 10000111 11000000 0 100101 1010 10000 100111100 110000 1000100

Color Harmonies of #D587C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587C0

Black with #D587C0

Text Example


Text Example

White with #D587C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587C0; }

 p { color: rgb(213,135,192); }

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

background-color css

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

 a { background-color: rgb(213,135,192); }

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

border-color css

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

 span { border-color: rgb(213,135,192); }

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