Html Css Color HEX #D36EF2 Heliotrope

📋 copy color: '#D36EF2'

red 211 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #D36EF2

Tints of Heliotrope #D36EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.54%

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 37.48%
G = 19.54%
B = 42.98%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D36EF2 (or 0xD36EF2) is known color: Heliotrope. HEX triplet: D3, 6E and F2. RGB value is (211,110,242). Sum of RGB (Red+Green+Blue) = 211+110+242=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #D36EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36EF2 is #2C910D. Grayscale: #9A9A9A. Windows color (decimal): -2920718 or 15888083. OLE color: 15888083.

HSL color Cylindrical-coordinate representation of color #D36EF2: hue angle of 285.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36EF2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 110 242 -
CMYK 0.13 0.55 0 0.05
HSL 285.91º 0.84% 0.69% -
HSV(B) 285.91º 0.55% 0.95% -
XYZ 48.47 31.41 87.51 -
YUV 155.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 211 110 242 0.13 0.55 0 0.05 285.91 0.84 0.69
Hex D3 6E F2 D 37 0 5 11E 54 45
Octal 323 156 362 15 67 0 5 436 124 105
Binary 11010011 1101110 11110010 1101 110111 0 101 100011110 1010100 1000101

Color Harmonies of #D36EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EF2

Black with #D36EF2

Text Example


Text Example

White with #D36EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EF2; }

 p { color: rgb(211,110,242); }

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

background-color css

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

 a { background-color: rgb(211,110,242); }

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

border-color css

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

 span { border-color: rgb(211,110,242); }

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