Html Css Color HEX #D078F8 Heliotrope

📋 copy color: '#D078F8'

red 208 ◦ green 120 ◦ blue 248

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

Shades of Heliotrope #D078F8

Tints of Heliotrope #D078F8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.83%

 BLUE value IS 248 (97.27% from 255) = 43.06%

R = 36.11%
G = 20.83%
B = 43.06%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D078F8 (or 0xD078F8) is known color: Heliotrope. HEX triplet: D0, 78 and F8. RGB value is (208,120,248). Sum of RGB (Red+Green+Blue) = 208+120+248=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #D078F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078F8 is #2F8707. Grayscale: #A0A0A0. Windows color (decimal): -3114760 or 16283856. OLE color: 16283856.

HSL color Cylindrical-coordinate representation of color #D078F8: hue angle of 281.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D078F8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 120 248 -
CMYK 0.16 0.52 0 0.03
HSL 281.25º 0.9% 0.72% -
HSV(B) 281.25º 0.52% 0.97% -
XYZ 49.67 33.62 92.68 -
YUV 160.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 208 120 248 0.16 0.52 0 0.03 281.25 0.9 0.72
Hex D0 78 F8 10 34 0 3 119 5A 48
Octal 320 170 370 20 64 0 3 431 132 110
Binary 11010000 1111000 11111000 10000 110100 0 11 100011001 1011010 1001000

Color Harmonies of #D078F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078F8

Black with #D078F8

Text Example


Text Example

White with #D078F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078F8; }

 p { color: rgb(208,120,248); }

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

background-color css

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

 a { background-color: rgb(208,120,248); }

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

border-color css

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

 span { border-color: rgb(208,120,248); }

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