Html Css Color HEX #D373F6 Heliotrope

📋 copy color: '#D373F6'

red 211 ◦ green 115 ◦ blue 246

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

Shades of Heliotrope #D373F6

Tints of Heliotrope #D373F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 36.89%
G = 20.1%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D373F6 (or 0xD373F6) is known color: Heliotrope. HEX triplet: D3, 73 and F6. RGB value is (211,115,246). Sum of RGB (Red+Green+Blue) = 211+115+246=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #D373F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373F6 is #2C8C09. Grayscale: #9E9E9E. Windows color (decimal): -2919434 or 16151507. OLE color: 16151507.

HSL color Cylindrical-coordinate representation of color #D373F6: hue angle of 283.97º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D373F6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 115 246 -
CMYK 0.14 0.53 0 0.04
HSL 283.97º 0.88% 0.71% -
HSV(B) 283.97º 0.53% 0.96% -
XYZ 49.63 32.76 90.9 -
YUV 158.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 211 115 246 0.14 0.53 0 0.04 283.97 0.88 0.71
Hex D3 73 F6 E 35 0 4 11C 58 47
Octal 323 163 366 16 65 0 4 434 130 107
Binary 11010011 1110011 11110110 1110 110101 0 100 100011100 1011000 1000111

Color Harmonies of #D373F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373F6

Black with #D373F6

Text Example


Text Example

White with #D373F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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