Html Css Color HEX #D373ED Heliotrope

📋 copy color: '#D373ED'

red 211 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #D373ED

Tints of Heliotrope #D373ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 37.48%
G = 20.43%
B = 42.1%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D373ED (or 0xD373ED) is known color: Heliotrope. HEX triplet: D3, 73 and ED. RGB value is (211,115,237). Sum of RGB (Red+Green+Blue) = 211+115+237=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D373ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373ED is #2C8C12. Grayscale: #9D9D9D. Windows color (decimal): -2919443 or 15561683. OLE color: 15561683.

HSL color Cylindrical-coordinate representation of color #D373ED: hue angle of 287.21º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D373ED is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 115 237 -
CMYK 0.11 0.51 0 0.07
HSL 287.21º 0.77% 0.69% -
HSV(B) 287.21º 0.51% 0.93% -
XYZ 48.28 32.22 83.8 -
YUV 157.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 211 115 237 0.11 0.51 0 0.07 287.21 0.77 0.69
Hex D3 73 ED B 33 0 7 11F 4D 45
Octal 323 163 355 13 63 0 7 437 115 105
Binary 11010011 1110011 11101101 1011 110011 0 111 100011111 1001101 1000101

Color Harmonies of #D373ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373ED

Black with #D373ED

Text Example


Text Example

White with #D373ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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