Html Css Color HEX #DD44FF Heliotrope

📋 copy color: '#DD44FF'

red 221 ◦ green 68 ◦ blue 255

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

Shades of Heliotrope #DD44FF

Tints of Heliotrope #DD44FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.5%

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

R = 40.63%
G = 12.5%
B = 46.88%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD44FF (or 0xDD44FF) is known color: Heliotrope. HEX triplet: DD, 44 and FF. RGB value is (221,68,255). Sum of RGB (Red+Green+Blue) = 221+68+255=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 68 (26.95% from 255 or 12.5% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44FF is #22BB00. Grayscale: #868686. Windows color (decimal): -2276097 or 16729309. OLE color: 16729309.

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

Color convert

RGB 221 68 255 -
CMYK 0.13 0.73 0 0
HSL 289.09º 1% 0.63% -
HSV(B) 289.09º 0.73% 1% -
XYZ 49.94 26.73 97.13 -
YUV 135.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 221 68 255 0.13 0.73 0 0 289.09 1 0.63
Hex DD 44 FF D 49 0 0 121 64 3F
Octal 335 104 377 15 111 0 0 441 144 77
Binary 11011101 1000100 11111111 1101 1001001 0 0 100100001 1100100 111111

Color Harmonies of #DD44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44FF

Black with #DD44FF

Text Example


Text Example

White with #DD44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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