Html Css Color HEX #D570EB Heliotrope

📋 copy color: '#D570EB'

red 213 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #D570EB

Tints of Heliotrope #D570EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 38.04%
G = 20%
B = 41.96%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D570EB (or 0xD570EB) is known color: Heliotrope. HEX triplet: D5, 70 and EB. RGB value is (213,112,235). Sum of RGB (Red+Green+Blue) = 213+112+235=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #D570EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570EB is #2A8F14. Grayscale: #9B9B9B. Windows color (decimal): -2789141 or 15429845. OLE color: 15429845.

HSL color Cylindrical-coordinate representation of color #D570EB: hue angle of 289.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D570EB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 112 235 -
CMYK 0.09 0.52 0 0.08
HSL 289.27º 0.75% 0.68% -
HSV(B) 289.27º 0.52% 0.92% -
XYZ 48.23 31.73 82.18 -
YUV 156.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 213 112 235 0.09 0.52 0 0.08 289.27 0.75 0.68
Hex D5 70 EB 9 34 0 8 121 4B 44
Octal 325 160 353 11 64 0 10 441 113 104
Binary 11010101 1110000 11101011 1001 110100 0 1000 100100001 1001011 1000100

Color Harmonies of #D570EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570EB

Black with #D570EB

Text Example


Text Example

White with #D570EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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