Html Css Color HEX #DD41FD Heliotrope

📋 copy color: '#DD41FD'

red 221 ◦ green 65 ◦ blue 253

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

Shades of Heliotrope #DD41FD

Tints of Heliotrope #DD41FD

RGB

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

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

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

R = 41%
G = 12.06%
B = 46.94%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD41FD (or 0xDD41FD) is known color: Heliotrope. HEX triplet: DD, 41 and FD. RGB value is (221,65,253). Sum of RGB (Red+Green+Blue) = 221+65+253=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41FD is #22BE02. Grayscale: #848484. Windows color (decimal): -2276867 or 16597469. OLE color: 16597469.

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

Color convert

RGB 221 65 253 -
CMYK 0.13 0.74 0 0.01
HSL 289.79º 0.98% 0.62% -
HSV(B) 289.79º 0.74% 0.99% -
XYZ 49.44 26.24 95.39 -
YUV 133.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 221 65 253 0.13 0.74 0 0.01 289.79 0.98 0.62
Hex DD 41 FD D 4A 0 1 122 62 3E
Octal 335 101 375 15 112 0 1 442 142 76
Binary 11011101 1000001 11111101 1101 1001010 0 1 100100010 1100010 111110

Color Harmonies of #DD41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41FD

Black with #DD41FD

Text Example


Text Example

White with #DD41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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