Html Css Color HEX #D571EB Heliotrope

📋 copy color: '#D571EB'

red 213 ◦ green 113 ◦ blue 235

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

Shades of Heliotrope #D571EB

Tints of Heliotrope #D571EB

RGB

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

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

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

R = 37.97%
G = 20.14%
B = 41.89%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D571EB (or 0xD571EB) is known color: Heliotrope. HEX triplet: D5, 71 and EB. RGB value is (213,113,235). Sum of RGB (Red+Green+Blue) = 213+113+235=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #D571EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571EB is #2A8E14. Grayscale: #9C9C9C. Windows color (decimal): -2788885 or 15430101. OLE color: 15430101.

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

Color convert

RGB 213 113 235 -
CMYK 0.09 0.52 0 0.08
HSL 289.18º 0.75% 0.68% -
HSV(B) 289.18º 0.52% 0.92% -
XYZ 48.34 31.95 82.22 -
YUV 156.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 213 113 235 0.09 0.52 0 0.08 289.18 0.75 0.68
Hex D5 71 EB 9 34 0 8 121 4B 44
Octal 325 161 353 11 64 0 10 441 113 104
Binary 11010101 1110001 11101011 1001 110100 0 1000 100100001 1001011 1000100

Color Harmonies of #D571EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571EB

Black with #D571EB

Text Example


Text Example

White with #D571EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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