Html Css Color HEX #DD6DEE Heliotrope

📋 copy color: '#DD6DEE'

red 221 ◦ green 109 ◦ blue 238

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

Shades of Heliotrope #DD6DEE

Tints of Heliotrope #DD6DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.19%

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

R = 38.91%
G = 19.19%
B = 41.9%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6DEE (or 0xDD6DEE) is known color: Heliotrope. HEX triplet: DD, 6D and EE. RGB value is (221,109,238). Sum of RGB (Red+Green+Blue) = 221+109+238=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DEE is #229211. Grayscale: #9C9C9C. Windows color (decimal): -2265618 or 15625693. OLE color: 15625693.

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

Color convert

RGB 221 109 238 -
CMYK 0.07 0.54 0 0.07
HSL 292.09º 0.79% 0.68% -
HSV(B) 292.09º 0.54% 0.93% -
XYZ 50.72 32.48 84.49 -
YUV 157.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 221 109 238 0.07 0.54 0 0.07 292.09 0.79 0.68
Hex DD 6D EE 7 36 0 7 124 4F 44
Octal 335 155 356 7 66 0 7 444 117 104
Binary 11011101 1101101 11101110 111 110110 0 111 100100100 1001111 1000100

Color Harmonies of #DD6DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DEE

Black with #DD6DEE

Text Example


Text Example

White with #DD6DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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