Html Css Color HEX #D37DEC Heliotrope

📋 copy color: '#D37DEC'

red 211 ◦ green 125 ◦ blue 236

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

Shades of Heliotrope #D37DEC

Tints of Heliotrope #D37DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 36.89%
G = 21.85%
B = 41.26%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D37DEC (or 0xD37DEC) is known color: Heliotrope. HEX triplet: D3, 7D and EC. RGB value is (211,125,236). Sum of RGB (Red+Green+Blue) = 211+125+236=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #D37DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DEC is #2C8213. Grayscale: #A3A3A3. Windows color (decimal): -2916884 or 15498707. OLE color: 15498707.

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

Color convert

RGB 211 125 236 -
CMYK 0.11 0.47 0 0.07
HSL 286.49º 0.74% 0.71% -
HSV(B) 286.49º 0.47% 0.93% -
XYZ 49.34 34.57 83.43 -
YUV 163.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 211 125 236 0.11 0.47 0 0.07 286.49 0.74 0.71
Hex D3 7D EC B 2F 0 7 11E 4A 47
Octal 323 175 354 13 57 0 7 436 112 107
Binary 11010011 1111101 11101100 1011 101111 0 111 100011110 1001010 1000111

Color Harmonies of #D37DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DEC

Black with #D37DEC

Text Example


Text Example

White with #D37DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DEC; }

 p { color: rgb(211,125,236); }

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

background-color css

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

 a { background-color: rgb(211,125,236); }

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

border-color css

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

 span { border-color: rgb(211,125,236); }

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