Html Css Color HEX #D572EA Heliotrope

📋 copy color: '#D572EA'

red 213 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #D572EA

Tints of Heliotrope #D572EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 37.97%
G = 20.32%
B = 41.71%

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

#D572EA (or 0xD572EA) is known color: Heliotrope. HEX triplet: D5, 72 and EA. RGB value is (213,114,234). Sum of RGB (Red+Green+Blue) = 213+114+234=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #D572EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EA is #2A8D15. Grayscale: #9C9C9C. Windows color (decimal): -2788630 or 15364821. OLE color: 15364821.

HSL color Cylindrical-coordinate representation of color #D572EA: hue angle of 289.5º degrees, saturation: 0.74, 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 #D572EA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 114 234 -
CMYK 0.09 0.51 0 0.08
HSL 289.5º 0.74% 0.68% -
HSV(B) 289.5º 0.51% 0.92% -
XYZ 48.31 32.12 81.5 -
YUV 157.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 213 114 234 0.09 0.51 0 0.08 289.5 0.74 0.68
Hex D5 72 EA 9 33 0 8 122 4A 44
Octal 325 162 352 11 63 0 10 442 112 104
Binary 11010101 1110010 11101010 1001 110011 0 1000 100100010 1001010 1000100

Color Harmonies of #D572EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572EA

Black with #D572EA

Text Example


Text Example

White with #D572EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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