Html Css Color HEX #DD44FD Heliotrope

📋 copy color: '#DD44FD'

red 221 ◦ green 68 ◦ blue 253

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

Shades of Heliotrope #DD44FD

Tints of Heliotrope #DD44FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 40.77%
G = 12.55%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD44FD (or 0xDD44FD) is known color: Heliotrope. HEX triplet: DD, 44 and FD. RGB value is (221,68,253). Sum of RGB (Red+Green+Blue) = 221+68+253=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 68 (26.95% from 255 or 12.55% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD44FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44FD is #22BB02. Grayscale: #868686. Windows color (decimal): -2276099 or 16598237. OLE color: 16598237.

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

Color convert

RGB 221 68 253 -
CMYK 0.13 0.73 0 0.01
HSL 289.62º 0.98% 0.63% -
HSV(B) 289.62º 0.73% 0.99% -
XYZ 49.62 26.6 95.45 -
YUV 134.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 221 68 253 0.13 0.73 0 0.01 289.62 0.98 0.63
Hex DD 44 FD D 49 0 1 122 62 3F
Octal 335 104 375 15 111 0 1 442 142 77
Binary 11011101 1000100 11111101 1101 1001001 0 1 100100010 1100010 111111

Color Harmonies of #DD44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44FD

Black with #DD44FD

Text Example


Text Example

White with #DD44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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