Html Css Color HEX #D374EE Heliotrope

📋 copy color: '#D374EE'

red 211 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #D374EE

Tints of Heliotrope #D374EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.53%

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

R = 37.35%
G = 20.53%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D374EE (or 0xD374EE) is known color: Heliotrope. HEX triplet: D3, 74 and EE. RGB value is (211,116,238). Sum of RGB (Red+Green+Blue) = 211+116+238=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #D374EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374EE is #2C8B11. Grayscale: #9D9D9D. Windows color (decimal): -2919186 or 15627475. OLE color: 15627475.

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

Color convert

RGB 211 116 238 -
CMYK 0.11 0.51 0 0.07
HSL 286.72º 0.78% 0.69% -
HSV(B) 286.72º 0.51% 0.93% -
XYZ 48.54 32.51 84.61 -
YUV 158.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 211 116 238 0.11 0.51 0 0.07 286.72 0.78 0.69
Hex D3 74 EE B 33 0 7 11F 4E 45
Octal 323 164 356 13 63 0 7 437 116 105
Binary 11010011 1110100 11101110 1011 110011 0 111 100011111 1001110 1000101

Color Harmonies of #D374EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374EE

Black with #D374EE

Text Example


Text Example

White with #D374EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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