Html Css Color HEX #D365EE Heliotrope

📋 copy color: '#D365EE'

red 211 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #D365EE

Tints of Heliotrope #D365EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.36%

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

R = 38.36%
G = 18.36%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D365EE (or 0xD365EE) is known color: Heliotrope. HEX triplet: D3, 65 and EE. RGB value is (211,101,238). Sum of RGB (Red+Green+Blue) = 211+101+238=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #D365EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365EE is #2C9A11. Grayscale: #959595. Windows color (decimal): -2923026 or 15623635. OLE color: 15623635.

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

Color convert

RGB 211 101 238 -
CMYK 0.11 0.58 0 0.07
HSL 288.18º 0.8% 0.66% -
HSV(B) 288.18º 0.58% 0.93% -
XYZ 46.95 29.33 84.08 -
YUV 149.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 211 101 238 0.11 0.58 0 0.07 288.18 0.8 0.66
Hex D3 65 EE B 3A 0 7 120 50 42
Octal 323 145 356 13 72 0 7 440 120 102
Binary 11010011 1100101 11101110 1011 111010 0 111 100100000 1010000 1000010

Color Harmonies of #D365EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365EE

Black with #D365EE

Text Example


Text Example

White with #D365EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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