Html Css Color HEX #DD41FE Heliotrope

📋 copy color: '#DD41FE'

red 221 ◦ green 65 ◦ blue 254

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

Shades of Heliotrope #DD41FE

Tints of Heliotrope #DD41FE

RGB

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

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

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

R = 40.93%
G = 12.04%
B = 47.04%

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

#DD41FE (or 0xDD41FE) is known color: Heliotrope. HEX triplet: DD, 41 and FE. RGB value is (221,65,254). Sum of RGB (Red+Green+Blue) = 221+65+254=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 65 (25.78% from 255 or 12.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41FE is #22BE01. Grayscale: #848484. Windows color (decimal): -2276866 or 16663005. OLE color: 16663005.

HSL color Cylindrical-coordinate representation of color #DD41FE: hue angle of 289.52º 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 #DD41FE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 65 254 -
CMYK 0.13 0.74 0 0.00
HSL 289.52º 0.99% 0.63% -
HSV(B) 289.52º 0.74% 1% -
XYZ 49.6 26.31 96.23 -
YUV 133.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 221 65 254 0.13 0.74 0 0.00 289.52 0.99 0.63
Hex DD 41 FE D 4A 0 0 122 63 3F
Octal 335 101 376 15 112 0 0 442 143 77
Binary 11011101 1000001 11111110 1101 1001010 0 0 100100010 1100011 111111

Color Harmonies of #DD41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41FE

Black with #DD41FE

Text Example


Text Example

White with #DD41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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