Html Css Color HEX #DD42FF Heliotrope

📋 copy color: '#DD42FF'

red 221 ◦ green 66 ◦ blue 255

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

Shades of Heliotrope #DD42FF

Tints of Heliotrope #DD42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.18%

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

R = 40.77%
G = 12.18%
B = 47.05%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD42FF (or 0xDD42FF) is known color: Heliotrope. HEX triplet: DD, 42 and FF. RGB value is (221,66,255). Sum of RGB (Red+Green+Blue) = 221+66+255=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 66 (26.17% from 255 or 12.18% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD42FF is #22BD00. Grayscale: #858585. Windows color (decimal): -2276609 or 16728797. OLE color: 16728797.

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

Color convert

RGB 221 66 255 -
CMYK 0.13 0.74 0 0
HSL 289.21º 1% 0.63% -
HSV(B) 289.21º 0.74% 1% -
XYZ 49.82 26.49 97.09 -
YUV 133.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 221 66 255 0.13 0.74 0 0 289.21 1 0.63
Hex DD 42 FF D 4A 0 0 121 64 3F
Octal 335 102 377 15 112 0 0 441 144 77
Binary 11011101 1000010 11111111 1101 1001010 0 0 100100001 1100100 111111

Color Harmonies of #DD42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42FF

Black with #DD42FF

Text Example


Text Example

White with #DD42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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