Html Css Color HEX #DD4CFF Heliotrope

📋 copy color: '#DD4CFF'

red 221 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #DD4CFF

Tints of Heliotrope #DD4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.77%

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

R = 40.04%
G = 13.77%
B = 46.2%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD4CFF (or 0xDD4CFF) is known color: Heliotrope. HEX triplet: DD, 4C and FF. RGB value is (221,76,255). Sum of RGB (Red+Green+Blue) = 221+76+255=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CFF is #22B300. Grayscale: #8B8B8B. Windows color (decimal): -2274049 or 16731357. OLE color: 16731357.

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

Color convert

RGB 221 76 255 -
CMYK 0.13 0.70 0 0
HSL 288.6º 1% 0.65% -
HSV(B) 288.6º 0.7% 1% -
XYZ 50.45 27.76 97.31 -
YUV 139.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 221 76 255 0.13 0.70 0 0 288.6 1 0.65
Hex DD 4C FF D 46 0 0 121 64 41
Octal 335 114 377 15 106 0 0 441 144 101
Binary 11011101 1001100 11111111 1101 1000110 0 0 100100001 1100100 1000001

Color Harmonies of #DD4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CFF

Black with #DD4CFF

Text Example


Text Example

White with #DD4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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