Html Css Color HEX #DD6AED Heliotrope

📋 copy color: '#DD6AED'

red 221 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #DD6AED

Tints of Heliotrope #DD6AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.79%

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

R = 39.18%
G = 18.79%
B = 42.02%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6AED (or 0xDD6AED) is known color: Heliotrope. HEX triplet: DD, 6A and ED. RGB value is (221,106,237). Sum of RGB (Red+Green+Blue) = 221+106+237=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AED is #229512. Grayscale: #9A9A9A. Windows color (decimal): -2266387 or 15559389. OLE color: 15559389.

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

Color convert

RGB 221 106 237 -
CMYK 0.07 0.55 0 0.07
HSL 292.67º 0.78% 0.67% -
HSV(B) 292.67º 0.55% 0.93% -
XYZ 50.26 31.79 83.61 -
YUV 155.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 221 106 237 0.07 0.55 0 0.07 292.67 0.78 0.67
Hex DD 6A ED 7 37 0 7 125 4E 43
Octal 335 152 355 7 67 0 7 445 116 103
Binary 11011101 1101010 11101101 111 110111 0 111 100100101 1001110 1000011

Color Harmonies of #DD6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AED

Black with #DD6AED

Text Example


Text Example

White with #DD6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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