Html Css Color HEX #D573FD Heliotrope

📋 copy color: '#D573FD'

red 213 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #D573FD

Tints of Heliotrope #D573FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 36.66%
G = 19.79%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D573FD (or 0xD573FD) is known color: Heliotrope. HEX triplet: D5, 73 and FD. RGB value is (213,115,253). Sum of RGB (Red+Green+Blue) = 213+115+253=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D573FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573FD is #2A8C02. Grayscale: #9F9F9F. Windows color (decimal): -2788355 or 16610261. OLE color: 16610261.

HSL color Cylindrical-coordinate representation of color #D573FD: hue angle of 282.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D573FD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 115 253 -
CMYK 0.16 0.55 0 0.01
HSL 282.61º 0.97% 0.72% -
HSV(B) 282.61º 0.55% 0.99% -
XYZ 51.3 33.5 96.69 -
YUV 160.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 213 115 253 0.16 0.55 0 0.01 282.61 0.97 0.72
Hex D5 73 FD 10 37 0 1 11B 61 48
Octal 325 163 375 20 67 0 1 433 141 110
Binary 11010101 1110011 11111101 10000 110111 0 1 100011011 1100001 1001000

Color Harmonies of #D573FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573FD

Black with #D573FD

Text Example


Text Example

White with #D573FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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