Html Css Color HEX #D073EA Heliotrope

📋 copy color: '#D073EA'

red 208 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #D073EA

Tints of Heliotrope #D073EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.65%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 37.34%
G = 20.65%
B = 42.01%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D073EA (or 0xD073EA) is known color: Heliotrope. HEX triplet: D0, 73 and EA. RGB value is (208,115,234). Sum of RGB (Red+Green+Blue) = 208+115+234=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #D073EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073EA is #2F8C15. Grayscale: #9B9B9B. Windows color (decimal): -3116054 or 15365072. OLE color: 15365072.

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

Color convert

RGB 208 115 234 -
CMYK 0.11 0.51 0 0.08
HSL 286.89º 0.74% 0.68% -
HSV(B) 286.89º 0.51% 0.92% -
XYZ 46.99 31.61 81.47 -
YUV 156.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 208 115 234 0.11 0.51 0 0.08 286.89 0.74 0.68
Hex D0 73 EA B 33 0 8 11F 4A 44
Octal 320 163 352 13 63 0 10 437 112 104
Binary 11010000 1110011 11101010 1011 110011 0 1000 100011111 1001010 1000100

Color Harmonies of #D073EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073EA

Black with #D073EA

Text Example


Text Example

White with #D073EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073EA; }

 p { color: rgb(208,115,234); }

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

background-color css

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

 a { background-color: rgb(208,115,234); }

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

border-color css

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

 span { border-color: rgb(208,115,234); }

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