Html Css Color HEX #DD80FC Heliotrope

📋 copy color: '#DD80FC'

red 221 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #DD80FC

Tints of Heliotrope #DD80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 36.77%
G = 21.3%
B = 41.93%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD80FC (or 0xDD80FC) is known color: Heliotrope. HEX triplet: DD, 80 and FC. RGB value is (221,128,252). Sum of RGB (Red+Green+Blue) = 221+128+252=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD80FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FC is #227F03. Grayscale: #A9A9A9. Windows color (decimal): -2260740 or 16548061. OLE color: 16548061.

HSL color Cylindrical-coordinate representation of color #DD80FC: hue angle of 285º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD80FC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 128 252 -
CMYK 0.12 0.49 0 0.01
HSL 285º 0.95% 0.75% -
HSV(B) 285º 0.49% 0.99% -
XYZ 55.11 37.84 96.49 -
YUV 169.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 221 128 252 0.12 0.49 0 0.01 285 0.95 0.75
Hex DD 80 FC C 31 0 1 11D 5F 4B
Octal 335 200 374 14 61 0 1 435 137 113
Binary 11011101 10000000 11111100 1100 110001 0 1 100011101 1011111 1001011

Color Harmonies of #DD80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80FC

Black with #DD80FC

Text Example


Text Example

White with #DD80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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