Html Css Color HEX #DD61EF Heliotrope

📋 copy color: '#DD61EF'

red 221 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #DD61EF

Tints of Heliotrope #DD61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

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

R = 39.68%
G = 17.41%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD61EF (or 0xDD61EF) is known color: Heliotrope. HEX triplet: DD, 61 and EF. RGB value is (221,97,239). Sum of RGB (Red+Green+Blue) = 221+97+239=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61EF is #229E10. Grayscale: #959595. Windows color (decimal): -2268689 or 15688157. OLE color: 15688157.

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

Color convert

RGB 221 97 239 -
CMYK 0.08 0.59 0 0.06
HSL 292.39º 0.82% 0.66% -
HSV(B) 292.39º 0.59% 0.94% -
XYZ 49.67 30.15 84.86 -
YUV 150.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 221 97 239 0.08 0.59 0 0.06 292.39 0.82 0.66
Hex DD 61 EF 8 3B 0 6 124 52 42
Octal 335 141 357 10 73 0 6 444 122 102
Binary 11011101 1100001 11101111 1000 111011 0 110 100100100 1010010 1000010

Color Harmonies of #DD61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61EF

Black with #DD61EF

Text Example


Text Example

White with #DD61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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