Html Css Color HEX #DD5FFE Heliotrope

📋 copy color: '#DD5FFE'

red 221 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #DD5FFE

Tints of Heliotrope #DD5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.67%

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

R = 38.77%
G = 16.67%
B = 44.56%

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

#DD5FFE (or 0xDD5FFE) is known color: Heliotrope. HEX triplet: DD, 5F and FE. RGB value is (221,95,254). Sum of RGB (Red+Green+Blue) = 221+95+254=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FFE is #22A001. Grayscale: #969696. Windows color (decimal): -2269186 or 16670685. OLE color: 16670685.

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

Color convert

RGB 221 95 254 -
CMYK 0.13 0.63 0 0.00
HSL 287.55º 0.99% 0.68% -
HSV(B) 287.55º 0.63% 1% -
XYZ 51.8 30.71 96.96 -
YUV 150.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 221 95 254 0.13 0.63 0 0.00 287.55 0.99 0.68
Hex DD 5F FE D 3F 0 0 120 63 44
Octal 335 137 376 15 77 0 0 440 143 104
Binary 11011101 1011111 11111110 1101 111111 0 0 100100000 1100011 1000100

Color Harmonies of #DD5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FFE

Black with #DD5FFE

Text Example


Text Example

White with #DD5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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