Html Css Color HEX #D570ED Heliotrope

📋 copy color: '#D570ED'

red 213 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #D570ED

Tints of Heliotrope #D570ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 37.9%
G = 19.93%
B = 42.17%

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

#D570ED (or 0xD570ED) is known color: Heliotrope. HEX triplet: D5, 70 and ED. RGB value is (213,112,237). Sum of RGB (Red+Green+Blue) = 213+112+237=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D570ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570ED is #2A8F12. Grayscale: #9C9C9C. Windows color (decimal): -2789139 or 15560917. OLE color: 15560917.

HSL color Cylindrical-coordinate representation of color #D570ED: hue angle of 288.48º degrees, saturation: 0.78, 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 #D570ED is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 112 237 -
CMYK 0.10 0.53 0 0.07
HSL 288.48º 0.78% 0.68% -
HSV(B) 288.48º 0.53% 0.93% -
XYZ 48.52 31.85 83.71 -
YUV 156.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 213 112 237 0.10 0.53 0 0.07 288.48 0.78 0.68
Hex D5 70 ED A 35 0 7 120 4E 44
Octal 325 160 355 12 65 0 7 440 116 104
Binary 11010101 1110000 11101101 1010 110101 0 111 100100000 1001110 1000100

Color Harmonies of #D570ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570ED

Black with #D570ED

Text Example


Text Example

White with #D570ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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