Html Css Color HEX #DD4FFF Heliotrope

📋 copy color: '#DD4FFF'

red 221 ◦ green 79 ◦ blue 255

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

Shades of Heliotrope #DD4FFF

Tints of Heliotrope #DD4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.23%

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

R = 39.82%
G = 14.23%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD4FFF (or 0xDD4FFF) is known color: Heliotrope. HEX triplet: DD, 4F and FF. RGB value is (221,79,255). Sum of RGB (Red+Green+Blue) = 221+79+255=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 79 (31.25% from 255 or 14.23% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FFF is #22B000. Grayscale: #8C8C8C. Windows color (decimal): -2273281 or 16732125. OLE color: 16732125.

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

Color convert

RGB 221 79 255 -
CMYK 0.13 0.69 0 0
HSL 288.41º 1% 0.65% -
HSV(B) 288.41º 0.69% 1% -
XYZ 50.66 28.18 97.38 -
YUV 141.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 221 79 255 0.13 0.69 0 0 288.41 1 0.65
Hex DD 4F FF D 45 0 0 120 64 41
Octal 335 117 377 15 105 0 0 440 144 101
Binary 11011101 1001111 11111111 1101 1000101 0 0 100100000 1100100 1000001

Color Harmonies of #DD4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FFF

Black with #DD4FFF

Text Example


Text Example

White with #DD4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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