Html Css Color HEX #D36BF1 Heliotrope

📋 copy color: '#D36BF1'

red 211 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #D36BF1

Tints of Heliotrope #D36BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.14%

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

R = 37.75%
G = 19.14%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D36BF1 (or 0xD36BF1) is known color: Heliotrope. HEX triplet: D3, 6B and F1. RGB value is (211,107,241). Sum of RGB (Red+Green+Blue) = 211+107+241=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #D36BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BF1 is #2C940E. Grayscale: #989898. Windows color (decimal): -2921487 or 15821779. OLE color: 15821779.

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

Color convert

RGB 211 107 241 -
CMYK 0.12 0.56 0 0.05
HSL 286.57º 0.83% 0.68% -
HSV(B) 286.57º 0.56% 0.95% -
XYZ 48 30.72 86.62 -
YUV 153.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 211 107 241 0.12 0.56 0 0.05 286.57 0.83 0.68
Hex D3 6B F1 C 38 0 5 11F 53 44
Octal 323 153 361 14 70 0 5 437 123 104
Binary 11010011 1101011 11110001 1100 111000 0 101 100011111 1010011 1000100

Color Harmonies of #D36BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BF1

Black with #D36BF1

Text Example


Text Example

White with #D36BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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