Html Css Color HEX #D371EE Heliotrope

📋 copy color: '#D371EE'

red 211 ◦ green 113 ◦ blue 238

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

Shades of Heliotrope #D371EE

Tints of Heliotrope #D371EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

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

R = 37.54%
G = 20.11%
B = 42.35%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D371EE (or 0xD371EE) is known color: Heliotrope. HEX triplet: D3, 71 and EE. RGB value is (211,113,238). Sum of RGB (Red+Green+Blue) = 211+113+238=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D371EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371EE is #2C8E11. Grayscale: #9C9C9C. Windows color (decimal): -2919954 or 15626707. OLE color: 15626707.

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

Color convert

RGB 211 113 238 -
CMYK 0.11 0.53 0 0.07
HSL 287.04º 0.79% 0.69% -
HSV(B) 287.04º 0.53% 0.93% -
XYZ 48.2 31.83 84.49 -
YUV 156.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 211 113 238 0.11 0.53 0 0.07 287.04 0.79 0.69
Hex D3 71 EE B 35 0 7 11F 4F 45
Octal 323 161 356 13 65 0 7 437 117 105
Binary 11010011 1110001 11101110 1011 110101 0 111 100011111 1001111 1000101

Color Harmonies of #D371EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D371EE

Black with #D371EE

Text Example


Text Example

White with #D371EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D371EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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