Html Css Color HEX #D072E9 Heliotrope

📋 copy color: '#D072E9'

red 208 ◦ green 114 ◦ blue 233

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

Shades of Heliotrope #D072E9

Tints of Heliotrope #D072E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 37.48%
G = 20.54%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D072E9 (or 0xD072E9) is known color: Heliotrope. HEX triplet: D0, 72 and E9. RGB value is (208,114,233). Sum of RGB (Red+Green+Blue) = 208+114+233=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #D072E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D072E9 is #2F8D16. Grayscale: #9B9B9B. Windows color (decimal): -3116311 or 15299280. OLE color: 15299280.

HSL color Cylindrical-coordinate representation of color #D072E9: hue angle of 287.39º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D072E9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 114 233 -
CMYK 0.11 0.51 0 0.09
HSL 287.4º 0.73% 0.68% -
HSV(B) 287.4º 0.51% 0.91% -
XYZ 46.74 31.33 80.67 -
YUV 155.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 208 114 233 0.11 0.51 0 0.09 287.4 0.73 0.68
Hex D0 72 E9 B 33 0 9 11F 49 44
Octal 320 162 351 13 63 0 11 437 111 104
Binary 11010000 1110010 11101001 1011 110011 0 1001 100011111 1001001 1000100

Color Harmonies of #D072E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072E9

Black with #D072E9

Text Example


Text Example

White with #D072E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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