Html Css Color HEX #D36FF1 Heliotrope

📋 copy color: '#D36FF1'

red 211 ◦ green 111 ◦ blue 241

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

Shades of Heliotrope #D36FF1

Tints of Heliotrope #D36FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 37.48%
G = 19.72%
B = 42.81%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D36FF1 (or 0xD36FF1) is known color: Heliotrope. HEX triplet: D3, 6F and F1. RGB value is (211,111,241). Sum of RGB (Red+Green+Blue) = 211+111+241=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #D36FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36FF1 is #2C900E. Grayscale: #9B9B9B. Windows color (decimal): -2920463 or 15822803. OLE color: 15822803.

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

Color convert

RGB 211 111 241 -
CMYK 0.12 0.54 0 0.05
HSL 286.15º 0.82% 0.69% -
HSV(B) 286.15º 0.54% 0.95% -
XYZ 48.43 31.57 86.76 -
YUV 155.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 211 111 241 0.12 0.54 0 0.05 286.15 0.82 0.69
Hex D3 6F F1 C 36 0 5 11E 52 45
Octal 323 157 361 14 66 0 5 436 122 105
Binary 11010011 1101111 11110001 1100 110110 0 101 100011110 1010010 1000101

Color Harmonies of #D36FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FF1

Black with #D36FF1

Text Example


Text Example

White with #D36FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FF1; }

 p { color: rgb(211,111,241); }

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

background-color css

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

 a { background-color: rgb(211,111,241); }

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

border-color css

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

 span { border-color: rgb(211,111,241); }

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