Html Css Color HEX #D571EC Heliotrope

📋 copy color: '#D571EC'

red 213 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #D571EC

Tints of Heliotrope #D571EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

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

R = 37.9%
G = 20.11%
B = 41.99%

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

#D571EC (or 0xD571EC) is known color: Heliotrope. HEX triplet: D5, 71 and EC. RGB value is (213,113,236). Sum of RGB (Red+Green+Blue) = 213+113+236=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #D571EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571EC is #2A8E13. Grayscale: #9C9C9C. Windows color (decimal): -2788884 or 15495637. OLE color: 15495637.

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

Color convert

RGB 213 113 236 -
CMYK 0.10 0.52 0 0.07
HSL 288.78º 0.76% 0.68% -
HSV(B) 288.78º 0.52% 0.93% -
XYZ 48.49 32.01 82.98 -
YUV 156.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 213 113 236 0.10 0.52 0 0.07 288.78 0.76 0.68
Hex D5 71 EC A 34 0 7 121 4C 44
Octal 325 161 354 12 64 0 7 441 114 104
Binary 11010101 1110001 11101100 1010 110100 0 111 100100001 1001100 1000100

Color Harmonies of #D571EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571EC

Black with #D571EC

Text Example


Text Example

White with #D571EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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