Html Css Color HEX #DD5FF1 Heliotrope

📋 copy color: '#DD5FF1'

red 221 ◦ green 95 ◦ blue 241

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

Shades of Heliotrope #DD5FF1

Tints of Heliotrope #DD5FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.06%

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

R = 39.68%
G = 17.06%
B = 43.27%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD5FF1 (or 0xDD5FF1) is known color: Heliotrope. HEX triplet: DD, 5F and F1. RGB value is (221,95,241). Sum of RGB (Red+Green+Blue) = 221+95+241=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD5FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FF1 is #22A00E. Grayscale: #949494. Windows color (decimal): -2269199 or 15818717. OLE color: 15818717.

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

Color convert

RGB 221 95 241 -
CMYK 0.08 0.61 0 0.05
HSL 291.78º 0.84% 0.66% -
HSV(B) 291.78º 0.61% 0.95% -
XYZ 49.79 29.91 86.37 -
YUV 149.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 221 95 241 0.08 0.61 0 0.05 291.78 0.84 0.66
Hex DD 5F F1 8 3D 0 5 124 54 42
Octal 335 137 361 10 75 0 5 444 124 102
Binary 11011101 1011111 11110001 1000 111101 0 101 100100100 1010100 1000010

Color Harmonies of #DD5FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FF1

Black with #DD5FF1

Text Example


Text Example

White with #DD5FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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