Html Css Color HEX #DD80FB Heliotrope

📋 copy color: '#DD80FB'

red 221 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #DD80FB

Tints of Heliotrope #DD80FB

RGB

 RED value IS 221 (86.72% from 255) = 36.83%

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

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

R = 36.83%
G = 21.33%
B = 41.83%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD80FB (or 0xDD80FB) is known color: Heliotrope. HEX triplet: DD, 80 and FB. RGB value is (221,128,251). Sum of RGB (Red+Green+Blue) = 221+128+251=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FB is #227F04. Grayscale: #A9A9A9. Windows color (decimal): -2260741 or 16482525. OLE color: 16482525.

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

Color convert

RGB 221 128 251 -
CMYK 0.12 0.49 0 0.02
HSL 285.37º 0.94% 0.74% -
HSV(B) 285.37º 0.49% 0.98% -
XYZ 54.95 37.78 95.66 -
YUV 169.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 221 128 251 0.12 0.49 0 0.02 285.37 0.94 0.74
Hex DD 80 FB C 31 0 2 11D 5E 4A
Octal 335 200 373 14 61 0 2 435 136 112
Binary 11011101 10000000 11111011 1100 110001 0 10 100011101 1011110 1001010

Color Harmonies of #DD80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80FB

Black with #DD80FB

Text Example


Text Example

White with #DD80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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