Html Css Color HEX #D080FB Heliotrope

📋 copy color: '#D080FB'

red 208 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #D080FB

Tints of Heliotrope #D080FB

RGB

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

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

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

R = 35.43%
G = 21.81%
B = 42.76%

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

#D080FB (or 0xD080FB) is known color: Heliotrope. HEX triplet: D0, 80 and FB. RGB value is (208,128,251). Sum of RGB (Red+Green+Blue) = 208+128+251=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #D080FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FB is #2F7F04. Grayscale: #A5A5A5. Windows color (decimal): -3112709 or 16482512. OLE color: 16482512.

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

Color convert

RGB 208 128 251 -
CMYK 0.17 0.49 0 0.02
HSL 279.02º 0.94% 0.74% -
HSV(B) 279.02º 0.49% 0.98% -
XYZ 51.14 35.81 95.48 -
YUV 165.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 208 128 251 0.17 0.49 0 0.02 279.02 0.94 0.74
Hex D0 80 FB 11 31 0 2 117 5E 4A
Octal 320 200 373 21 61 0 2 427 136 112
Binary 11010000 10000000 11111011 10001 110001 0 10 100010111 1011110 1001010

Color Harmonies of #D080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080FB

Black with #D080FB

Text Example


Text Example

White with #D080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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