Html Css Color HEX #D372FA Heliotrope

📋 copy color: '#D372FA'

red 211 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D372FA

Tints of Heliotrope #D372FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.83%

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 36.7%
G = 19.83%
B = 43.48%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D372FA (or 0xD372FA) is known color: Heliotrope. HEX triplet: D3, 72 and FA. RGB value is (211,114,250). Sum of RGB (Red+Green+Blue) = 211+114+250=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D372FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FA is #2C8D05. Grayscale: #9E9E9E. Windows color (decimal): -2919686 or 16413395. OLE color: 16413395.

HSL color Cylindrical-coordinate representation of color #D372FA: hue angle of 282.79º degrees, saturation: 0.93, 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 #D372FA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 114 250 -
CMYK 0.16 0.54 0 0.02
HSL 282.79º 0.93% 0.71% -
HSV(B) 282.79º 0.54% 0.98% -
XYZ 50.14 32.79 94.13 -
YUV 158.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 211 114 250 0.16 0.54 0 0.02 282.79 0.93 0.71
Hex D3 72 FA 10 36 0 2 11B 5D 47
Octal 323 162 372 20 66 0 2 433 135 107
Binary 11010011 1110010 11111010 10000 110110 0 10 100011011 1011101 1000111

Color Harmonies of #D372FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372FA

Black with #D372FA

Text Example


Text Example

White with #D372FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372FA; }

 p { color: rgb(211,114,250); }

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

background-color css

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

 a { background-color: rgb(211,114,250); }

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

border-color css

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

 span { border-color: rgb(211,114,250); }

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