Html Css Color HEX #D487C0 Shocking

📋 copy color: '#D487C0'

red 212 ◦ green 135 ◦ blue 192

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

Shades of Shocking #D487C0

Tints of Shocking #D487C0

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

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

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

R = 39.33%
G = 25.05%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D487C0 (or 0xD487C0) is known color: Shocking. HEX triplet: D4, 87 and C0. RGB value is (212,135,192). Sum of RGB (Red+Green+Blue) = 212+135+192=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D487C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487C0 is #2B783F. Grayscale: #A4A4A4. Windows color (decimal): -2848832 or 12617684. OLE color: 12617684.

HSL color Cylindrical-coordinate representation of color #D487C0: hue angle of 315.58º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D487C0 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 192 -
CMYK 0 0.36 0.09 0.17
HSL 315.58º 0.47% 0.68% -
HSV(B) 315.58º 0.36% 0.83% -
XYZ 45.33 35.13 54.26 -
YUV 164.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 212 135 192 0 0.36 0.09 0.17 315.58 0.47 0.68
Hex D4 87 C0 0 24 9 11 13C 2F 44
Octal 324 207 300 0 44 11 21 474 57 104
Binary 11010100 10000111 11000000 0 100100 1001 10001 100111100 101111 1000100

Color Harmonies of #D487C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487C0

Black with #D487C0

Text Example


Text Example

White with #D487C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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