Html Css Color HEX #D080FA Heliotrope

📋 copy color: '#D080FA'

red 208 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #D080FA

Tints of Heliotrope #D080FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.84%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 35.49%
G = 21.84%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D080FA (or 0xD080FA) is known color: Heliotrope. HEX triplet: D0, 80 and FA. RGB value is (208,128,250). Sum of RGB (Red+Green+Blue) = 208+128+250=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D080FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FA is #2F7F05. Grayscale: #A5A5A5. Windows color (decimal): -3112710 or 16416976. OLE color: 16416976.

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

Color convert

RGB 208 128 250 -
CMYK 0.17 0.49 0 0.02
HSL 279.34º 0.92% 0.74% -
HSV(B) 279.34º 0.49% 0.98% -
XYZ 50.99 35.75 94.66 -
YUV 165.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 208 128 250 0.17 0.49 0 0.02 279.34 0.92 0.74
Hex D0 80 FA 11 31 0 2 117 5C 4A
Octal 320 200 372 21 61 0 2 427 134 112
Binary 11010000 10000000 11111010 10001 110001 0 10 100010111 1011100 1001010

Color Harmonies of #D080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080FA

Black with #D080FA

Text Example


Text Example

White with #D080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080FA; }

 p { color: rgb(208,128,250); }

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

background-color css

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

 a { background-color: rgb(208,128,250); }

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

border-color css

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

 span { border-color: rgb(208,128,250); }

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