Html Css Color HEX #D373EB Heliotrope

📋 copy color: '#D373EB'

red 211 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #D373EB

Tints of Heliotrope #D373EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 37.61%
G = 20.5%
B = 41.89%

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

#D373EB (or 0xD373EB) is known color: Heliotrope. HEX triplet: D3, 73 and EB. RGB value is (211,115,235). Sum of RGB (Red+Green+Blue) = 211+115+235=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #D373EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373EB is #2C8C14. Grayscale: #9C9C9C. Windows color (decimal): -2919445 or 15430611. OLE color: 15430611.

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

Color convert

RGB 211 115 235 -
CMYK 0.10 0.51 0 0.08
HSL 288º 0.75% 0.69% -
HSV(B) 288º 0.51% 0.92% -
XYZ 47.99 32.11 82.27 -
YUV 157.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 211 115 235 0.10 0.51 0 0.08 288 0.75 0.69
Hex D3 73 EB A 33 0 8 120 4B 45
Octal 323 163 353 12 63 0 10 440 113 105
Binary 11010011 1110011 11101011 1010 110011 0 1000 100100000 1001011 1000101

Color Harmonies of #D373EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373EB

Black with #D373EB

Text Example


Text Example

White with #D373EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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