Html Css Color HEX #D373F9 Heliotrope

📋 copy color: '#D373F9'

red 211 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #D373F9

Tints of Heliotrope #D373F9

RGB

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

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

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

R = 36.7%
G = 20%
B = 43.3%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D373F9 (or 0xD373F9) is known color: Heliotrope. HEX triplet: D3, 73 and F9. RGB value is (211,115,249). Sum of RGB (Red+Green+Blue) = 211+115+249=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #D373F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373F9 is #2C8C06. Grayscale: #9E9E9E. Windows color (decimal): -2919431 or 16348115. OLE color: 16348115.

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

Color convert

RGB 211 115 249 -
CMYK 0.15 0.54 0 0.02
HSL 282.99º 0.92% 0.71% -
HSV(B) 282.99º 0.54% 0.98% -
XYZ 50.09 32.95 93.34 -
YUV 158.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 211 115 249 0.15 0.54 0 0.02 282.99 0.92 0.71
Hex D3 73 F9 F 36 0 2 11B 5C 47
Octal 323 163 371 17 66 0 2 433 134 107
Binary 11010011 1110011 11111001 1111 110110 0 10 100011011 1011100 1000111

Color Harmonies of #D373F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373F9

Black with #D373F9

Text Example


Text Example

White with #D373F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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