Html Css Color HEX #D572EB Heliotrope

📋 copy color: '#D572EB'

red 213 ◦ green 114 ◦ blue 235

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

Shades of Heliotrope #D572EB

Tints of Heliotrope #D572EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 37.9%
G = 20.28%
B = 41.81%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D572EB (or 0xD572EB) is known color: Heliotrope. HEX triplet: D5, 72 and EB. RGB value is (213,114,235). Sum of RGB (Red+Green+Blue) = 213+114+235=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D572EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EB is #2A8D14. Grayscale: #9D9D9D. Windows color (decimal): -2788629 or 15430357. OLE color: 15430357.

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

Color convert

RGB 213 114 235 -
CMYK 0.09 0.51 0 0.08
HSL 289.09º 0.75% 0.68% -
HSV(B) 289.09º 0.51% 0.92% -
XYZ 48.45 32.18 82.25 -
YUV 157.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 213 114 235 0.09 0.51 0 0.08 289.09 0.75 0.68
Hex D5 72 EB 9 33 0 8 121 4B 44
Octal 325 162 353 11 63 0 10 441 113 104
Binary 11010101 1110010 11101011 1001 110011 0 1000 100100001 1001011 1000100

Color Harmonies of #D572EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572EB

Black with #D572EB

Text Example


Text Example

White with #D572EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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