Html Css Color HEX #DD41FF Heliotrope

📋 copy color: '#DD41FF'

red 221 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #DD41FF

Tints of Heliotrope #DD41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.01%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 40.85%
G = 12.01%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD41FF (or 0xDD41FF) is known color: Heliotrope. HEX triplet: DD, 41 and FF. RGB value is (221,65,255). Sum of RGB (Red+Green+Blue) = 221+65+255=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41FF is #22BE00. Grayscale: #848484. Windows color (decimal): -2276865 or 16728541. OLE color: 16728541.

HSL color Cylindrical-coordinate representation of color #DD41FF: hue angle of 289.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD41FF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 65 255 -
CMYK 0.13 0.75 0 0
HSL 289.26º 1% 0.63% -
HSV(B) 289.26º 0.75% 1% -
XYZ 49.76 26.37 97.08 -
YUV 133.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 221 65 255 0.13 0.75 0 0 289.26 1 0.63
Hex DD 41 FF D 4B 0 0 121 64 3F
Octal 335 101 377 15 113 0 0 441 144 77
Binary 11011101 1000001 11111111 1101 1001011 0 0 100100001 1100100 111111

Color Harmonies of #DD41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41FF

Black with #DD41FF

Text Example


Text Example

White with #DD41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41FF; }

 p { color: rgb(221,65,255); }

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

background-color css

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

 a { background-color: rgb(221,65,255); }

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

border-color css

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

 span { border-color: rgb(221,65,255); }

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