Html Css Color HEX #D077FB Heliotrope

📋 copy color: '#D077FB'

red 208 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #D077FB

Tints of Heliotrope #D077FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 35.99%
G = 20.59%
B = 43.43%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D077FB (or 0xD077FB) is known color: Heliotrope. HEX triplet: D0, 77 and FB. RGB value is (208,119,251). Sum of RGB (Red+Green+Blue) = 208+119+251=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #D077FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077FB is #2F8804. Grayscale: #A0A0A0. Windows color (decimal): -3115013 or 16480208. OLE color: 16480208.

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

Color convert

RGB 208 119 251 -
CMYK 0.17 0.53 0 0.02
HSL 280.45º 0.94% 0.73% -
HSV(B) 280.45º 0.53% 0.98% -
XYZ 50.02 33.57 95.11 -
YUV 160.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 208 119 251 0.17 0.53 0 0.02 280.45 0.94 0.73
Hex D0 77 FB 11 35 0 2 118 5E 49
Octal 320 167 373 21 65 0 2 430 136 111
Binary 11010000 1110111 11111011 10001 110101 0 10 100011000 1011110 1001001

Color Harmonies of #D077FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077FB

Black with #D077FB

Text Example


Text Example

White with #D077FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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