Html Css Color HEX #D360EF Heliotrope

📋 copy color: '#D360EF'

red 211 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D360EF

Tints of Heliotrope #D360EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 38.64%
G = 17.58%
B = 43.77%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D360EF (or 0xD360EF) is known color: Heliotrope. HEX triplet: D3, 60 and EF. RGB value is (211,96,239). Sum of RGB (Red+Green+Blue) = 211+96+239=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D360EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360EF is #2C9F10. Grayscale: #929292. Windows color (decimal): -2924305 or 15687891. OLE color: 15687891.

HSL color Cylindrical-coordinate representation of color #D360EF: hue angle of 288.25º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D360EF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 96 239 -
CMYK 0.12 0.60 0 0.06
HSL 288.25º 0.82% 0.66% -
HSV(B) 288.25º 0.6% 0.94% -
XYZ 46.63 28.45 84.69 -
YUV 146.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 211 96 239 0.12 0.60 0 0.06 288.25 0.82 0.66
Hex D3 60 EF C 3C 0 6 120 52 42
Octal 323 140 357 14 74 0 6 440 122 102
Binary 11010011 1100000 11101111 1100 111100 0 110 100100000 1010010 1000010

Color Harmonies of #D360EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360EF

Black with #D360EF

Text Example


Text Example

White with #D360EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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