Html Css Color HEX #DD6DED Heliotrope

📋 copy color: '#DD6DED'

red 221 ◦ green 109 ◦ blue 237

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

Shades of Heliotrope #DD6DED

Tints of Heliotrope #DD6DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 38.98%
G = 19.22%
B = 41.8%

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

#DD6DED (or 0xDD6DED) is known color: Heliotrope. HEX triplet: DD, 6D and ED. RGB value is (221,109,237). Sum of RGB (Red+Green+Blue) = 221+109+237=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DED is #229212. Grayscale: #9C9C9C. Windows color (decimal): -2265619 or 15560157. OLE color: 15560157.

HSL color Cylindrical-coordinate representation of color #DD6DED: hue angle of 292.5º degrees, saturation: 0.78, 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 #DD6DED is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 109 237 -
CMYK 0.07 0.54 0 0.07
HSL 292.5º 0.78% 0.68% -
HSV(B) 292.5º 0.54% 0.93% -
XYZ 50.57 32.42 83.71 -
YUV 157.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 221 109 237 0.07 0.54 0 0.07 292.5 0.78 0.68
Hex DD 6D ED 7 36 0 7 124 4E 44
Octal 335 155 355 7 66 0 7 444 116 104
Binary 11011101 1101101 11101101 111 110110 0 111 100100100 1001110 1000100

Color Harmonies of #DD6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DED

Black with #DD6DED

Text Example


Text Example

White with #DD6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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