Html Css Color HEX #DD80F1 Heliotrope

📋 copy color: '#DD80F1'

red 221 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #DD80F1

Tints of Heliotrope #DD80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 37.46%
G = 21.69%
B = 40.85%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD80F1 (or 0xDD80F1) is known color: Heliotrope. HEX triplet: DD, 80 and F1. RGB value is (221,128,241). Sum of RGB (Red+Green+Blue) = 221+128+241=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80F1 is #227F0E. Grayscale: #A8A8A8. Windows color (decimal): -2260751 or 15827165. OLE color: 15827165.

HSL color Cylindrical-coordinate representation of color #DD80F1: hue angle of 289.38º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD80F1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 128 241 -
CMYK 0.08 0.47 0 0.05
HSL 289.38º 0.8% 0.72% -
HSV(B) 289.38º 0.47% 0.95% -
XYZ 53.42 37.16 87.58 -
YUV 168.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 221 128 241 0.08 0.47 0 0.05 289.38 0.8 0.72
Hex DD 80 F1 8 2F 0 5 121 50 48
Octal 335 200 361 10 57 0 5 441 120 110
Binary 11011101 10000000 11110001 1000 101111 0 101 100100001 1010000 1001000

Color Harmonies of #DD80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80F1

Black with #DD80F1

Text Example


Text Example

White with #DD80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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