Html Css Color HEX #DD4EFF Heliotrope

📋 copy color: '#DD4EFF'

red 221 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #DD4EFF

Tints of Heliotrope #DD4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.08%

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

R = 39.89%
G = 14.08%
B = 46.03%

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

#DD4EFF (or 0xDD4EFF) is known color: Heliotrope. HEX triplet: DD, 4E and FF. RGB value is (221,78,255). Sum of RGB (Red+Green+Blue) = 221+78+255=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EFF is #22B100. Grayscale: #8C8C8C. Windows color (decimal): -2273537 or 16731869. OLE color: 16731869.

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

Color convert

RGB 221 78 255 -
CMYK 0.13 0.69 0 0
HSL 288.47º 1% 0.65% -
HSV(B) 288.47º 0.69% 1% -
XYZ 50.59 28.04 97.35 -
YUV 140.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 221 78 255 0.13 0.69 0 0 288.47 1 0.65
Hex DD 4E FF D 45 0 0 120 64 41
Octal 335 116 377 15 105 0 0 440 144 101
Binary 11011101 1001110 11111111 1101 1000101 0 0 100100000 1100100 1000001

Color Harmonies of #DD4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EFF

Black with #DD4EFF

Text Example


Text Example

White with #DD4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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