Html Css Color HEX #D487BC Shocking

📋 copy color: '#D487BC'

red 212 ◦ green 135 ◦ blue 188

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

Shades of Shocking #D487BC

Tints of Shocking #D487BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 39.63%
G = 25.23%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D487BC (or 0xD487BC) is known color: Shocking. HEX triplet: D4, 87 and BC. RGB value is (212,135,188). Sum of RGB (Red+Green+Blue) = 212+135+188=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D487BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487BC is #2B7843. Grayscale: #A3A3A3. Windows color (decimal): -2848836 or 12355540. OLE color: 12355540.

HSL color Cylindrical-coordinate representation of color #D487BC: hue angle of 318.7º 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 #D487BC is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 188 -
CMYK 0 0.36 0.11 0.17
HSL 318.7º 0.47% 0.68% -
HSV(B) 318.7º 0.36% 0.83% -
XYZ 44.89 34.96 51.96 -
YUV 164.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 212 135 188 0 0.36 0.11 0.17 318.7 0.47 0.68
Hex D4 87 BC 0 24 B 11 13F 2F 44
Octal 324 207 274 0 44 13 21 477 57 104
Binary 11010100 10000111 10111100 0 100100 1011 10001 100111111 101111 1000100

Color Harmonies of #D487BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487BC

Black with #D487BC

Text Example


Text Example

White with #D487BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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