Html Css Color HEX #DD5EFD Heliotrope

📋 copy color: '#DD5EFD'

red 221 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #DD5EFD

Tints of Heliotrope #DD5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.55%

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 38.91%
G = 16.55%
B = 44.54%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD5EFD (or 0xDD5EFD) is known color: Heliotrope. HEX triplet: DD, 5E and FD. RGB value is (221,94,253). Sum of RGB (Red+Green+Blue) = 221+94+253=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFD is #22A102. Grayscale: #959595. Windows color (decimal): -2269443 or 16604893. OLE color: 16604893.

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

Color convert

RGB 221 94 253 -
CMYK 0.13 0.63 0 0.01
HSL 287.92º 0.98% 0.68% -
HSV(B) 287.92º 0.63% 0.99% -
XYZ 51.55 30.47 96.09 -
YUV 150.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 221 94 253 0.13 0.63 0 0.01 287.92 0.98 0.68
Hex DD 5E FD D 3F 0 1 120 62 44
Octal 335 136 375 15 77 0 1 440 142 104
Binary 11011101 1011110 11111101 1101 111111 0 1 100100000 1100010 1000100

Color Harmonies of #DD5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EFD

Black with #DD5EFD

Text Example


Text Example

White with #DD5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EFD; }

 p { color: rgb(221,94,253); }

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

background-color css

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

 a { background-color: rgb(221,94,253); }

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

border-color css

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

 span { border-color: rgb(221,94,253); }

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