Html Css Color HEX #DD4AFE Heliotrope

📋 copy color: '#DD4AFE'

red 221 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #DD4AFE

Tints of Heliotrope #DD4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.48%

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

R = 40.26%
G = 13.48%
B = 46.27%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD4AFE (or 0xDD4AFE) is known color: Heliotrope. HEX triplet: DD, 4A and FE. RGB value is (221,74,254). Sum of RGB (Red+Green+Blue) = 221+74+254=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 74 (29.30% from 255 or 13.48% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AFE is #22B501. Grayscale: #898989. Windows color (decimal): -2274562 or 16665309. OLE color: 16665309.

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

Color convert

RGB 221 74 254 -
CMYK 0.13 0.71 0 0.00
HSL 289º 0.99% 0.64% -
HSV(B) 289º 0.71% 1% -
XYZ 50.16 27.43 96.42 -
YUV 138.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 221 74 254 0.13 0.71 0 0.00 289 0.99 0.64
Hex DD 4A FE D 47 0 0 121 63 40
Octal 335 112 376 15 107 0 0 441 143 100
Binary 11011101 1001010 11111110 1101 1000111 0 0 100100001 1100011 1000000

Color Harmonies of #DD4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AFE

Black with #DD4AFE

Text Example


Text Example

White with #DD4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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