Html Css Color HEX #D370FC Heliotrope

📋 copy color: '#D370FC'

red 211 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #D370FC

Tints of Heliotrope #D370FC

RGB

 RED value IS 211 (82.81% from 255) = 36.7%

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

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

R = 36.7%
G = 19.48%
B = 43.83%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D370FC (or 0xD370FC) is known color: Heliotrope. HEX triplet: D3, 70 and FC. RGB value is (211,112,252). Sum of RGB (Red+Green+Blue) = 211+112+252=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D370FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370FC is #2C8F03. Grayscale: #9D9D9D. Windows color (decimal): -2920196 or 16543955. OLE color: 16543955.

HSL color Cylindrical-coordinate representation of color #D370FC: hue angle of 282.43º 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 #D370FC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 112 252 -
CMYK 0.16 0.56 0 0.01
HSL 282.43º 0.96% 0.71% -
HSV(B) 282.43º 0.56% 0.99% -
XYZ 50.23 32.47 95.71 -
YUV 157.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 211 112 252 0.16 0.56 0 0.01 282.43 0.96 0.71
Hex D3 70 FC 10 38 0 1 11A 60 47
Octal 323 160 374 20 70 0 1 432 140 107
Binary 11010011 1110000 11111100 10000 111000 0 1 100011010 1100000 1000111

Color Harmonies of #D370FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370FC

Black with #D370FC

Text Example


Text Example

White with #D370FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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