Html Css Color HEX #DD5EFF Heliotrope

📋 copy color: '#DD5EFF'

red 221 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #DD5EFF

Tints of Heliotrope #DD5EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 38.77%
G = 16.49%
B = 44.74%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD5EFF (or 0xDD5EFF) is known color: Heliotrope. HEX triplet: DD, 5E and FF. RGB value is (221,94,255). Sum of RGB (Red+Green+Blue) = 221+94+255=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFF is #22A100. Grayscale: #959595. Windows color (decimal): -2269441 or 16735965. OLE color: 16735965.

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

Color convert

RGB 221 94 255 -
CMYK 0.13 0.63 0 0
HSL 287.33º 1% 0.68% -
HSV(B) 287.33º 0.63% 1% -
XYZ 51.87 30.6 97.78 -
YUV 150.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 221 94 255 0.13 0.63 0 0 287.33 1 0.68
Hex DD 5E FF D 3F 0 0 11F 64 44
Octal 335 136 377 15 77 0 0 437 144 104
Binary 11011101 1011110 11111111 1101 111111 0 0 100011111 1100100 1000100

Color Harmonies of #DD5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EFF

Black with #DD5EFF

Text Example


Text Example

White with #DD5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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