Html Css Color HEX #D372EC Heliotrope

📋 copy color: '#D372EC'

red 211 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #D372EC

Tints of Heliotrope #D372EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.32%

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

R = 37.61%
G = 20.32%
B = 42.07%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D372EC (or 0xD372EC) is known color: Heliotrope. HEX triplet: D3, 72 and EC. RGB value is (211,114,236). Sum of RGB (Red+Green+Blue) = 211+114+236=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #D372EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372EC is #2C8D13. Grayscale: #9C9C9C. Windows color (decimal): -2919700 or 15495891. OLE color: 15495891.

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

Color convert

RGB 211 114 236 -
CMYK 0.11 0.52 0 0.07
HSL 287.7º 0.76% 0.69% -
HSV(B) 287.7º 0.52% 0.93% -
XYZ 48.02 31.94 82.99 -
YUV 156.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 211 114 236 0.11 0.52 0 0.07 287.7 0.76 0.69
Hex D3 72 EC B 34 0 7 120 4C 45
Octal 323 162 354 13 64 0 7 440 114 105
Binary 11010011 1110010 11101100 1011 110100 0 111 100100000 1001100 1000101

Color Harmonies of #D372EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372EC

Black with #D372EC

Text Example


Text Example

White with #D372EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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