Html Css Color HEX #DD5FEF Heliotrope

📋 copy color: '#DD5FEF'

red 221 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #DD5FEF

Tints of Heliotrope #DD5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 39.82%
G = 17.12%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD5FEF (or 0xDD5FEF) is known color: Heliotrope. HEX triplet: DD, 5F and EF. RGB value is (221,95,239). Sum of RGB (Red+Green+Blue) = 221+95+239=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FEF is #22A010. Grayscale: #949494. Windows color (decimal): -2269201 or 15687645. OLE color: 15687645.

HSL color Cylindrical-coordinate representation of color #DD5FEF: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5FEF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 95 239 -
CMYK 0.08 0.60 0 0.06
HSL 292.5º 0.82% 0.65% -
HSV(B) 292.5º 0.6% 0.94% -
XYZ 49.49 29.79 84.8 -
YUV 149.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 221 95 239 0.08 0.60 0 0.06 292.5 0.82 0.65
Hex DD 5F EF 8 3C 0 6 124 52 41
Octal 335 137 357 10 74 0 6 444 122 101
Binary 11011101 1011111 11101111 1000 111100 0 110 100100100 1010010 1000001

Color Harmonies of #DD5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FEF

Black with #DD5FEF

Text Example


Text Example

White with #DD5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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