Html Css Color HEX #D573ED Heliotrope

📋 copy color: '#D573ED'

red 213 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #D573ED

Tints of Heliotrope #D573ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.35%

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 37.7%
G = 20.35%
B = 41.95%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D573ED (or 0xD573ED) is known color: Heliotrope. HEX triplet: D5, 73 and ED. RGB value is (213,115,237). Sum of RGB (Red+Green+Blue) = 213+115+237=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D573ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573ED is #2A8C12. Grayscale: #9D9D9D. Windows color (decimal): -2788371 or 15561685. OLE color: 15561685.

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

Color convert

RGB 213 115 237 -
CMYK 0.10 0.51 0 0.07
HSL 288.2º 0.77% 0.69% -
HSV(B) 288.2º 0.51% 0.93% -
XYZ 48.86 32.52 83.82 -
YUV 158.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 213 115 237 0.10 0.51 0 0.07 288.2 0.77 0.69
Hex D5 73 ED A 33 0 7 120 4D 45
Octal 325 163 355 12 63 0 7 440 115 105
Binary 11010101 1110011 11101101 1010 110011 0 111 100100000 1001101 1000101

Color Harmonies of #D573ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573ED

Black with #D573ED

Text Example


Text Example

White with #D573ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573ED; }

 p { color: rgb(213,115,237); }

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

background-color css

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

 a { background-color: rgb(213,115,237); }

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

border-color css

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

 span { border-color: rgb(213,115,237); }

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