Html Css Color HEX #D076F9 Heliotrope

📋 copy color: '#D076F9'

red 208 ◦ green 118 ◦ blue 249

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

Shades of Heliotrope #D076F9

Tints of Heliotrope #D076F9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.52%

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

R = 36.17%
G = 20.52%
B = 43.3%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D076F9 (or 0xD076F9) is known color: Heliotrope. HEX triplet: D0, 76 and F9. RGB value is (208,118,249). Sum of RGB (Red+Green+Blue) = 208+118+249=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #D076F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076F9 is #2F8906. Grayscale: #9F9F9F. Windows color (decimal): -3115271 or 16348880. OLE color: 16348880.

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

Color convert

RGB 208 118 249 -
CMYK 0.16 0.53 0 0.02
HSL 281.22º 0.92% 0.72% -
HSV(B) 281.22º 0.53% 0.98% -
XYZ 49.59 33.21 93.42 -
YUV 159.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 208 118 249 0.16 0.53 0 0.02 281.22 0.92 0.72
Hex D0 76 F9 10 35 0 2 119 5C 48
Octal 320 166 371 20 65 0 2 431 134 110
Binary 11010000 1110110 11111001 10000 110101 0 10 100011001 1011100 1001000

Color Harmonies of #D076F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076F9

Black with #D076F9

Text Example


Text Example

White with #D076F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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