Html Css Color HEX #D072EC Heliotrope

📋 copy color: '#D072EC'

red 208 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #D072EC

Tints of Heliotrope #D072EC

RGB

 RED value IS 208 (81.64% from 255) = 37.28%

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

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

R = 37.28%
G = 20.43%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D072EC (or 0xD072EC) is known color: Heliotrope. HEX triplet: D0, 72 and EC. RGB value is (208,114,236). Sum of RGB (Red+Green+Blue) = 208+114+236=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #D072EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072EC is #2F8D13. Grayscale: #9B9B9B. Windows color (decimal): -3116308 or 15495888. OLE color: 15495888.

HSL color Cylindrical-coordinate representation of color #D072EC: hue angle of 286.23º 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 #D072EC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 114 236 -
CMYK 0.12 0.52 0 0.07
HSL 286.23º 0.76% 0.69% -
HSV(B) 286.23º 0.52% 0.93% -
XYZ 47.17 31.5 82.95 -
YUV 156.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 208 114 236 0.12 0.52 0 0.07 286.23 0.76 0.69
Hex D0 72 EC C 34 0 7 11E 4C 45
Octal 320 162 354 14 64 0 7 436 114 105
Binary 11010000 1110010 11101100 1100 110100 0 111 100011110 1001100 1000101

Color Harmonies of #D072EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072EC

Black with #D072EC

Text Example


Text Example

White with #D072EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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