Html Css Color HEX #D373EA Heliotrope

📋 copy color: '#D373EA'

red 211 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #D373EA

Tints of Heliotrope #D373EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 37.68%
G = 20.54%
B = 41.79%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D373EA (or 0xD373EA) is known color: Heliotrope. HEX triplet: D3, 73 and EA. RGB value is (211,115,234). Sum of RGB (Red+Green+Blue) = 211+115+234=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #D373EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373EA is #2C8C15. Grayscale: #9C9C9C. Windows color (decimal): -2919446 or 15365075. OLE color: 15365075.

HSL color Cylindrical-coordinate representation of color #D373EA: hue angle of 288.4º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D373EA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 115 234 -
CMYK 0.10 0.51 0 0.08
HSL 288.4º 0.74% 0.68% -
HSV(B) 288.4º 0.51% 0.92% -
XYZ 47.85 32.05 81.51 -
YUV 157.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 211 115 234 0.10 0.51 0 0.08 288.4 0.74 0.68
Hex D3 73 EA A 33 0 8 120 4A 44
Octal 323 163 352 12 63 0 10 440 112 104
Binary 11010011 1110011 11101010 1010 110011 0 1000 100100000 1001010 1000100

Color Harmonies of #D373EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373EA

Black with #D373EA

Text Example


Text Example

White with #D373EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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