Html Css Color HEX #D374EC Heliotrope

📋 copy color: '#D374EC'

red 211 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #D374EC

Tints of Heliotrope #D374EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 37.48%
G = 20.6%
B = 41.92%

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

#D374EC (or 0xD374EC) is known color: Heliotrope. HEX triplet: D3, 74 and EC. RGB value is (211,116,236). Sum of RGB (Red+Green+Blue) = 211+116+236=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #D374EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374EC is #2C8B13. Grayscale: #9D9D9D. Windows color (decimal): -2919188 or 15496403. OLE color: 15496403.

HSL color Cylindrical-coordinate representation of color #D374EC: hue angle of 287.5º degrees, saturation: 0.76, 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 #D374EC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 116 236 -
CMYK 0.11 0.51 0 0.07
HSL 287.5º 0.76% 0.69% -
HSV(B) 287.5º 0.51% 0.93% -
XYZ 48.25 32.4 83.07 -
YUV 158.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 211 116 236 0.11 0.51 0 0.07 287.5 0.76 0.69
Hex D3 74 EC B 33 0 7 120 4C 45
Octal 323 164 354 13 63 0 7 440 114 105
Binary 11010011 1110100 11101100 1011 110011 0 111 100100000 1001100 1000101

Color Harmonies of #D374EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374EC

Black with #D374EC

Text Example


Text Example

White with #D374EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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