Html Css Color HEX #D570EC Heliotrope

📋 copy color: '#D570EC'

red 213 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #D570EC

Tints of Heliotrope #D570EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.96%

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 37.97%
G = 19.96%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D570EC (or 0xD570EC) is known color: Heliotrope. HEX triplet: D5, 70 and EC. RGB value is (213,112,236). Sum of RGB (Red+Green+Blue) = 213+112+236=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #D570EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570EC is #2A8F13. Grayscale: #9B9B9B. Windows color (decimal): -2789140 or 15495381. OLE color: 15495381.

HSL color Cylindrical-coordinate representation of color #D570EC: hue angle of 288.87º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D570EC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 112 236 -
CMYK 0.10 0.53 0 0.07
HSL 288.87º 0.77% 0.68% -
HSV(B) 288.87º 0.53% 0.93% -
XYZ 48.38 31.79 82.94 -
YUV 156.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 213 112 236 0.10 0.53 0 0.07 288.87 0.77 0.68
Hex D5 70 EC A 35 0 7 121 4D 44
Octal 325 160 354 12 65 0 7 441 115 104
Binary 11010101 1110000 11101100 1010 110101 0 111 100100001 1001101 1000100

Color Harmonies of #D570EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570EC

Black with #D570EC

Text Example


Text Example

White with #D570EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570EC; }

 p { color: rgb(213,112,236); }

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

background-color css

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

 a { background-color: rgb(213,112,236); }

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

border-color css

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

 span { border-color: rgb(213,112,236); }

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