Html Css Color HEX #D570F9 Heliotrope

📋 copy color: '#D570F9'

red 213 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #D570F9

Tints of Heliotrope #D570F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.51%

 BLUE value IS 249 (97.66% from 255) = 43.38%

R = 37.11%
G = 19.51%
B = 43.38%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D570F9 (or 0xD570F9) is known color: Heliotrope. HEX triplet: D5, 70 and F9. RGB value is (213,112,249). Sum of RGB (Red+Green+Blue) = 213+112+249=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #D570F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570F9 is #2A8F06. Grayscale: #9D9D9D. Windows color (decimal): -2789127 or 16347349. OLE color: 16347349.

HSL color Cylindrical-coordinate representation of color #D570F9: hue angle of 284.23º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D570F9 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 112 249 -
CMYK 0.14 0.55 0 0.02
HSL 284.23º 0.92% 0.71% -
HSV(B) 284.23º 0.55% 0.98% -
XYZ 50.33 32.57 93.26 -
YUV 157.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 213 112 249 0.14 0.55 0 0.02 284.23 0.92 0.71
Hex D5 70 F9 E 37 0 2 11C 5C 47
Octal 325 160 371 16 67 0 2 434 134 107
Binary 11010101 1110000 11111001 1110 110111 0 10 100011100 1011100 1000111

Color Harmonies of #D570F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570F9

Black with #D570F9

Text Example


Text Example

White with #D570F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570F9; }

 p { color: rgb(213,112,249); }

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

background-color css

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

 a { background-color: rgb(213,112,249); }

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

border-color css

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

 span { border-color: rgb(213,112,249); }

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