Html Css Color HEX #D36DF2 Heliotrope

📋 copy color: '#D36DF2'

red 211 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #D36DF2

Tints of Heliotrope #D36DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.4%

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

R = 37.54%
G = 19.4%
B = 43.06%

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

#D36DF2 (or 0xD36DF2) is known color: Heliotrope. HEX triplet: D3, 6D and F2. RGB value is (211,109,242). Sum of RGB (Red+Green+Blue) = 211+109+242=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #D36DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36DF2 is #2C920D. Grayscale: #9A9A9A. Windows color (decimal): -2920974 or 15887827. OLE color: 15887827.

HSL color Cylindrical-coordinate representation of color #D36DF2: hue angle of 286.02º 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 #D36DF2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 109 242 -
CMYK 0.13 0.55 0 0.05
HSL 286.02º 0.84% 0.69% -
HSV(B) 286.02º 0.55% 0.95% -
XYZ 48.36 31.2 87.48 -
YUV 154.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 211 109 242 0.13 0.55 0 0.05 286.02 0.84 0.69
Hex D3 6D F2 D 37 0 5 11E 54 45
Octal 323 155 362 15 67 0 5 436 124 105
Binary 11010011 1101101 11110010 1101 110111 0 101 100011110 1010100 1000101

Color Harmonies of #D36DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DF2

Black with #D36DF2

Text Example


Text Example

White with #D36DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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