Html Css Color HEX #D573EF Heliotrope

📋 copy color: '#D573EF'

red 213 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #D573EF

Tints of Heliotrope #D573EF

RGB

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

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

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

R = 37.57%
G = 20.28%
B = 42.15%

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

#D573EF (or 0xD573EF) is known color: Heliotrope. HEX triplet: D5, 73 and EF. RGB value is (213,115,239). Sum of RGB (Red+Green+Blue) = 213+115+239=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D573EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573EF is #2A8C10. Grayscale: #9E9E9E. Windows color (decimal): -2788369 or 15692757. OLE color: 15692757.

HSL color Cylindrical-coordinate representation of color #D573EF: hue angle of 287.42º degrees, saturation: 0.79, 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 #D573EF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 115 239 -
CMYK 0.11 0.52 0 0.06
HSL 287.42º 0.79% 0.69% -
HSV(B) 287.42º 0.52% 0.94% -
XYZ 49.15 32.64 85.37 -
YUV 158.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 213 115 239 0.11 0.52 0 0.06 287.42 0.79 0.69
Hex D5 73 EF B 34 0 6 11F 4F 45
Octal 325 163 357 13 64 0 6 437 117 105
Binary 11010101 1110011 11101111 1011 110100 0 110 100011111 1001111 1000101

Color Harmonies of #D573EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573EF

Black with #D573EF

Text Example


Text Example

White with #D573EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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