Html Css Color HEX #D370F9 Heliotrope

📋 copy color: '#D370F9'

red 211 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #D370F9

Tints of Heliotrope #D370F9

RGB

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

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

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

R = 36.89%
G = 19.58%
B = 43.53%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D370F9 (or 0xD370F9) is known color: Heliotrope. HEX triplet: D3, 70 and F9. RGB value is (211,112,249). Sum of RGB (Red+Green+Blue) = 211+112+249=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #D370F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370F9 is #2C8F06. Grayscale: #9C9C9C. Windows color (decimal): -2920199 or 16347347. OLE color: 16347347.

HSL color Cylindrical-coordinate representation of color #D370F9: hue angle of 283.36º 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 #D370F9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 112 249 -
CMYK 0.15 0.55 0 0.02
HSL 283.36º 0.92% 0.71% -
HSV(B) 283.36º 0.55% 0.98% -
XYZ 49.76 32.28 93.23 -
YUV 157.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 211 112 249 0.15 0.55 0 0.02 283.36 0.92 0.71
Hex D3 70 F9 F 37 0 2 11B 5C 47
Octal 323 160 371 17 67 0 2 433 134 107
Binary 11010011 1110000 11111001 1111 110111 0 10 100011011 1011100 1000111

Color Harmonies of #D370F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370F9

Black with #D370F9

Text Example


Text Example

White with #D370F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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