Html Css Color HEX #D076FB Heliotrope

📋 copy color: '#D076FB'

red 208 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #D076FB

Tints of Heliotrope #D076FB

RGB

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

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

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

R = 36.05%
G = 20.45%
B = 43.5%

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

#D076FB (or 0xD076FB) is known color: Heliotrope. HEX triplet: D0, 76 and FB. RGB value is (208,118,251). Sum of RGB (Red+Green+Blue) = 208+118+251=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D076FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076FB is #2F8904. Grayscale: #9F9F9F. Windows color (decimal): -3115269 or 16479952. OLE color: 16479952.

HSL color Cylindrical-coordinate representation of color #D076FB: hue angle of 280.6º degrees, saturation: 0.94, 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 #D076FB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 118 251 -
CMYK 0.17 0.53 0 0.02
HSL 280.6º 0.94% 0.72% -
HSV(B) 280.6º 0.53% 0.98% -
XYZ 49.9 33.33 95.07 -
YUV 160.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 208 118 251 0.17 0.53 0 0.02 280.6 0.94 0.72
Hex D0 76 FB 11 35 0 2 119 5E 48
Octal 320 166 373 21 65 0 2 431 136 110
Binary 11010000 1110110 11111011 10001 110101 0 10 100011001 1011110 1001000

Color Harmonies of #D076FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076FB

Black with #D076FB

Text Example


Text Example

White with #D076FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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