Html Css Color HEX #D077FE Heliotrope

📋 copy color: '#D077FE'

red 208 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #D077FE

Tints of Heliotrope #D077FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.48%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 35.8%
G = 20.48%
B = 43.72%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D077FE (or 0xD077FE) is known color: Heliotrope. HEX triplet: D0, 77 and FE. RGB value is (208,119,254). Sum of RGB (Red+Green+Blue) = 208+119+254=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D077FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077FE is #2F8801. Grayscale: #A0A0A0. Windows color (decimal): -3115010 or 16676816. OLE color: 16676816.

HSL color Cylindrical-coordinate representation of color #D077FE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D077FE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 119 254 -
CMYK 0.18 0.53 0 0.00
HSL 279.56º 0.99% 0.73% -
HSV(B) 279.56º 0.53% 1% -
XYZ 50.5 33.76 97.62 -
YUV 161 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 208 119 254 0.18 0.53 0 0.00 279.56 0.99 0.73
Hex D0 77 FE 12 35 0 0 118 63 49
Octal 320 167 376 22 65 0 0 430 143 111
Binary 11010000 1110111 11111110 10010 110101 0 0 100011000 1100011 1001001

Color Harmonies of #D077FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077FE

Black with #D077FE

Text Example


Text Example

White with #D077FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077FE; }

 p { color: rgb(208,119,254); }

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

background-color css

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

 a { background-color: rgb(208,119,254); }

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

border-color css

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

 span { border-color: rgb(208,119,254); }

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