Html Css Color HEX #D570FC Heliotrope

📋 copy color: '#D570FC'

red 213 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #D570FC

Tints of Heliotrope #D570FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 36.92%
G = 19.41%
B = 43.67%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D570FC (or 0xD570FC) is known color: Heliotrope. HEX triplet: D5, 70 and FC. RGB value is (213,112,252). Sum of RGB (Red+Green+Blue) = 213+112+252=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D570FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570FC is #2A8F03. Grayscale: #9D9D9D. Windows color (decimal): -2789124 or 16543957. OLE color: 16543957.

HSL color Cylindrical-coordinate representation of color #D570FC: hue angle of 283.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D570FC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 112 252 -
CMYK 0.15 0.56 0 0.01
HSL 283.29º 0.96% 0.71% -
HSV(B) 283.29º 0.56% 0.99% -
XYZ 50.81 32.76 95.74 -
YUV 158.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 213 112 252 0.15 0.56 0 0.01 283.29 0.96 0.71
Hex D5 70 FC F 38 0 1 11B 60 47
Octal 325 160 374 17 70 0 1 433 140 107
Binary 11010101 1110000 11111100 1111 111000 0 1 100011011 1100000 1000111

Color Harmonies of #D570FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570FC

Black with #D570FC

Text Example


Text Example

White with #D570FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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