Html Css Color HEX #DD42FE Heliotrope

📋 copy color: '#DD42FE'

red 221 ◦ green 66 ◦ blue 254

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

Shades of Heliotrope #DD42FE

Tints of Heliotrope #DD42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 40.85%
G = 12.2%
B = 46.95%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD42FE (or 0xDD42FE) is known color: Heliotrope. HEX triplet: DD, 42 and FE. RGB value is (221,66,254). Sum of RGB (Red+Green+Blue) = 221+66+254=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD42FE is #22BD01. Grayscale: #858585. Windows color (decimal): -2276610 or 16663261. OLE color: 16663261.

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

Color convert

RGB 221 66 254 -
CMYK 0.13 0.74 0 0.00
HSL 289.47º 0.99% 0.63% -
HSV(B) 289.47º 0.74% 1% -
XYZ 49.66 26.42 96.25 -
YUV 133.78 195.85 190.21 -
System Red Green Blue C M Y K H S L
Decimal 221 66 254 0.13 0.74 0 0.00 289.47 0.99 0.63
Hex DD 42 FE D 4A 0 0 121 63 3F
Octal 335 102 376 15 112 0 0 441 143 77
Binary 11011101 1000010 11111110 1101 1001010 0 0 100100001 1100011 111111

Color Harmonies of #DD42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42FE

Black with #DD42FE

Text Example


Text Example

White with #DD42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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