Html Css Color HEX #DD4EFE Heliotrope

📋 copy color: '#DD4EFE'

red 221 ◦ green 78 ◦ blue 254

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

Shades of Heliotrope #DD4EFE

Tints of Heliotrope #DD4EFE

RGB

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

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

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

R = 39.96%
G = 14.1%
B = 45.93%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD4EFE (or 0xDD4EFE) is known color: Heliotrope. HEX triplet: DD, 4E and FE. RGB value is (221,78,254). Sum of RGB (Red+Green+Blue) = 221+78+254=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 78 (30.86% from 255 or 14.10% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EFE is #22B101. Grayscale: #8C8C8C. Windows color (decimal): -2273538 or 16666333. OLE color: 16666333.

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

Color convert

RGB 221 78 254 -
CMYK 0.13 0.69 0 0.00
HSL 288.75º 0.99% 0.65% -
HSV(B) 288.75º 0.69% 1% -
XYZ 50.43 27.98 96.51 -
YUV 140.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 221 78 254 0.13 0.69 0 0.00 288.75 0.99 0.65
Hex DD 4E FE D 45 0 0 121 63 41
Octal 335 116 376 15 105 0 0 441 143 101
Binary 11011101 1001110 11111110 1101 1000101 0 0 100100001 1100011 1000001

Color Harmonies of #DD4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EFE

Black with #DD4EFE

Text Example


Text Example

White with #DD4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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