Html Css Color HEX #DD61EE Heliotrope

📋 copy color: '#DD61EE'

red 221 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #DD61EE

Tints of Heliotrope #DD61EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 39.75%
G = 17.45%
B = 42.81%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD61EE (or 0xDD61EE) is known color: Heliotrope. HEX triplet: DD, 61 and EE. RGB value is (221,97,238). Sum of RGB (Red+Green+Blue) = 221+97+238=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61EE is #229E11. Grayscale: #959595. Windows color (decimal): -2268690 or 15622621. OLE color: 15622621.

HSL color Cylindrical-coordinate representation of color #DD61EE: hue angle of 292.77º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD61EE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 97 238 -
CMYK 0.07 0.59 0 0.07
HSL 292.77º 0.81% 0.66% -
HSV(B) 292.77º 0.59% 0.93% -
XYZ 49.53 30.09 84.09 -
YUV 150.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 221 97 238 0.07 0.59 0 0.07 292.77 0.81 0.66
Hex DD 61 EE 7 3B 0 7 125 51 42
Octal 335 141 356 7 73 0 7 445 121 102
Binary 11011101 1100001 11101110 111 111011 0 111 100100101 1010001 1000010

Color Harmonies of #DD61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61EE

Black with #DD61EE

Text Example


Text Example

White with #DD61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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