Html Css Color HEX #D360EE Heliotrope

📋 copy color: '#D360EE'

red 211 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #D360EE

Tints of Heliotrope #D360EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.61%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 38.72%
G = 17.61%
B = 43.67%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D360EE (or 0xD360EE) is known color: Heliotrope. HEX triplet: D3, 60 and EE. RGB value is (211,96,238). Sum of RGB (Red+Green+Blue) = 211+96+238=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D360EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360EE is #2C9F11. Grayscale: #929292. Windows color (decimal): -2924306 or 15622355. OLE color: 15622355.

HSL color Cylindrical-coordinate representation of color #D360EE: hue angle of 288.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D360EE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 96 238 -
CMYK 0.11 0.60 0 0.07
HSL 288.59º 0.81% 0.65% -
HSV(B) 288.59º 0.6% 0.93% -
XYZ 46.48 28.39 83.92 -
YUV 146.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 211 96 238 0.11 0.60 0 0.07 288.59 0.81 0.65
Hex D3 60 EE B 3C 0 7 121 51 41
Octal 323 140 356 13 74 0 7 441 121 101
Binary 11010011 1100000 11101110 1011 111100 0 111 100100001 1010001 1000001

Color Harmonies of #D360EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360EE

Black with #D360EE

Text Example


Text Example

White with #D360EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360EE; }

 p { color: rgb(211,96,238); }

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

background-color css

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

 a { background-color: rgb(211,96,238); }

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

border-color css

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

 span { border-color: rgb(211,96,238); }

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