Html Css Color HEX #D572EC Heliotrope

📋 copy color: '#D572EC'

red 213 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #D572EC

Tints of Heliotrope #D572EC

RGB

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

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

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

R = 37.83%
G = 20.25%
B = 41.92%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D572EC (or 0xD572EC) is known color: Heliotrope. HEX triplet: D5, 72 and EC. RGB value is (213,114,236). Sum of RGB (Red+Green+Blue) = 213+114+236=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #D572EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EC is #2A8D13. Grayscale: #9D9D9D. Windows color (decimal): -2788628 or 15495893. OLE color: 15495893.

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

Color convert

RGB 213 114 236 -
CMYK 0.10 0.52 0 0.07
HSL 288.69º 0.76% 0.69% -
HSV(B) 288.69º 0.52% 0.93% -
XYZ 48.6 32.24 83.02 -
YUV 157.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 213 114 236 0.10 0.52 0 0.07 288.69 0.76 0.69
Hex D5 72 EC A 34 0 7 121 4C 45
Octal 325 162 354 12 64 0 7 441 114 105
Binary 11010101 1110010 11101100 1010 110100 0 111 100100001 1001100 1000101

Color Harmonies of #D572EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572EC

Black with #D572EC

Text Example


Text Example

White with #D572EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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