Html Css Color HEX #D078F9 Heliotrope

📋 copy color: '#D078F9'

red 208 ◦ green 120 ◦ blue 249

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

Shades of Heliotrope #D078F9

Tints of Heliotrope #D078F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 36.05%
G = 20.8%
B = 43.15%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D078F9 (or 0xD078F9) is known color: Heliotrope. HEX triplet: D0, 78 and F9. RGB value is (208,120,249). Sum of RGB (Red+Green+Blue) = 208+120+249=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #D078F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078F9 is #2F8706. Grayscale: #A0A0A0. Windows color (decimal): -3114759 or 16349392. OLE color: 16349392.

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

Color convert

RGB 208 120 249 -
CMYK 0.16 0.52 0 0.02
HSL 280.93º 0.91% 0.72% -
HSV(B) 280.93º 0.52% 0.98% -
XYZ 49.83 33.68 93.5 -
YUV 161.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 208 120 249 0.16 0.52 0 0.02 280.93 0.91 0.72
Hex D0 78 F9 10 34 0 2 119 5B 48
Octal 320 170 371 20 64 0 2 431 133 110
Binary 11010000 1111000 11111001 10000 110100 0 10 100011001 1011011 1001000

Color Harmonies of #D078F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078F9

Black with #D078F9

Text Example


Text Example

White with #D078F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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