Html Css Color HEX #D072EE Heliotrope

📋 copy color: '#D072EE'

red 208 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #D072EE

Tints of Heliotrope #D072EE

RGB

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

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

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

R = 37.14%
G = 20.36%
B = 42.5%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D072EE (or 0xD072EE) is known color: Heliotrope. HEX triplet: D0, 72 and EE. RGB value is (208,114,238). Sum of RGB (Red+Green+Blue) = 208+114+238=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #D072EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072EE is #2F8D11. Grayscale: #9B9B9B. Windows color (decimal): -3116306 or 15626960. OLE color: 15626960.

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

Color convert

RGB 208 114 238 -
CMYK 0.13 0.52 0 0.07
HSL 285.48º 0.78% 0.69% -
HSV(B) 285.48º 0.52% 0.93% -
XYZ 47.46 31.62 84.49 -
YUV 156.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 208 114 238 0.13 0.52 0 0.07 285.48 0.78 0.69
Hex D0 72 EE D 34 0 7 11D 4E 45
Octal 320 162 356 15 64 0 7 435 116 105
Binary 11010000 1110010 11101110 1101 110100 0 111 100011101 1001110 1000101

Color Harmonies of #D072EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072EE

Black with #D072EE

Text Example


Text Example

White with #D072EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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