Html Css Color HEX #D572EF Heliotrope

📋 copy color: '#D572EF'

red 213 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #D572EF

Tints of Heliotrope #D572EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 37.63%
G = 20.14%
B = 42.23%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D572EF (or 0xD572EF) is known color: Heliotrope. HEX triplet: D5, 72 and EF. RGB value is (213,114,239). Sum of RGB (Red+Green+Blue) = 213+114+239=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D572EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EF is #2A8D10. Grayscale: #9D9D9D. Windows color (decimal): -2788625 or 15692501. OLE color: 15692501.

HSL color Cylindrical-coordinate representation of color #D572EF: hue angle of 287.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D572EF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 114 239 -
CMYK 0.11 0.52 0 0.06
HSL 287.52º 0.8% 0.69% -
HSV(B) 287.52º 0.52% 0.94% -
XYZ 49.04 32.41 85.33 -
YUV 157.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 213 114 239 0.11 0.52 0 0.06 287.52 0.8 0.69
Hex D5 72 EF B 34 0 6 120 50 45
Octal 325 162 357 13 64 0 6 440 120 105
Binary 11010101 1110010 11101111 1011 110100 0 110 100100000 1010000 1000101

Color Harmonies of #D572EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572EF

Black with #D572EF

Text Example


Text Example

White with #D572EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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