Html Css Color HEX #DD5DFE Heliotrope

📋 copy color: '#DD5DFE'

red 221 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #DD5DFE

Tints of Heliotrope #DD5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.37%

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

R = 38.91%
G = 16.37%
B = 44.72%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD5DFE (or 0xDD5DFE) is known color: Heliotrope. HEX triplet: DD, 5D and FE. RGB value is (221,93,254). Sum of RGB (Red+Green+Blue) = 221+93+254=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFE is #22A201. Grayscale: #959595. Windows color (decimal): -2269698 or 16670173. OLE color: 16670173.

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

Color convert

RGB 221 93 254 -
CMYK 0.13 0.63 0 0.00
HSL 287.7º 0.99% 0.68% -
HSV(B) 287.7º 0.63% 1% -
XYZ 51.62 30.36 96.9 -
YUV 149.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 221 93 254 0.13 0.63 0 0.00 287.7 0.99 0.68
Hex DD 5D FE D 3F 0 0 120 63 44
Octal 335 135 376 15 77 0 0 440 143 104
Binary 11011101 1011101 11111110 1101 111111 0 0 100100000 1100011 1000100

Color Harmonies of #DD5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DFE

Black with #DD5DFE

Text Example


Text Example

White with #DD5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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