Html Css Color HEX #DD4FFE Heliotrope

📋 copy color: '#DD4FFE'

red 221 ◦ green 79 ◦ blue 254

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

Shades of Heliotrope #DD4FFE

Tints of Heliotrope #DD4FFE

RGB

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

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

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

R = 39.89%
G = 14.26%
B = 45.85%

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

#DD4FFE (or 0xDD4FFE) is known color: Heliotrope. HEX triplet: DD, 4F and FE. RGB value is (221,79,254). Sum of RGB (Red+Green+Blue) = 221+79+254=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 79 (31.25% from 255 or 14.26% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FFE is #22B001. Grayscale: #8C8C8C. Windows color (decimal): -2273282 or 16666589. OLE color: 16666589.

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

Color convert

RGB 221 79 254 -
CMYK 0.13 0.69 0 0.00
HSL 288.69º 0.99% 0.65% -
HSV(B) 288.69º 0.69% 1% -
XYZ 50.5 28.12 96.53 -
YUV 141.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 221 79 254 0.13 0.69 0 0.00 288.69 0.99 0.65
Hex DD 4F FE D 45 0 0 121 63 41
Octal 335 117 376 15 105 0 0 441 143 101
Binary 11011101 1001111 11111110 1101 1000101 0 0 100100001 1100011 1000001

Color Harmonies of #DD4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FFE

Black with #DD4FFE

Text Example


Text Example

White with #DD4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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