Html Css Color HEX #D360ED Heliotrope

📋 copy color: '#D360ED'

red 211 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #D360ED

Tints of Heliotrope #D360ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 38.79%
G = 17.65%
B = 43.57%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D360ED (or 0xD360ED) is known color: Heliotrope. HEX triplet: D3, 60 and ED. RGB value is (211,96,237). Sum of RGB (Red+Green+Blue) = 211+96+237=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D360ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360ED is #2C9F12. Grayscale: #929292. Windows color (decimal): -2924307 or 15556819. OLE color: 15556819.

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

Color convert

RGB 211 96 237 -
CMYK 0.11 0.59 0 0.07
HSL 288.94º 0.8% 0.65% -
HSV(B) 288.94º 0.59% 0.93% -
XYZ 46.33 28.33 83.15 -
YUV 146.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 211 96 237 0.11 0.59 0 0.07 288.94 0.8 0.65
Hex D3 60 ED B 3B 0 7 121 50 41
Octal 323 140 355 13 73 0 7 441 120 101
Binary 11010011 1100000 11101101 1011 111011 0 111 100100001 1010000 1000001

Color Harmonies of #D360ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360ED

Black with #D360ED

Text Example


Text Example

White with #D360ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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