Html Css Color HEX #DD6AFF Heliotrope

📋 copy color: '#DD6AFF'

red 221 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #DD6AFF

Tints of Heliotrope #DD6AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 37.97%
G = 18.21%
B = 43.81%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD6AFF (or 0xDD6AFF) is known color: Heliotrope. HEX triplet: DD, 6A and FF. RGB value is (221,106,255). Sum of RGB (Red+Green+Blue) = 221+106+255=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 106 (41.80% from 255 or 18.21% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AFF is #229500. Grayscale: #9C9C9C. Windows color (decimal): -2266369 or 16739037. OLE color: 16739037.

HSL color Cylindrical-coordinate representation of color #DD6AFF: hue angle of 286.31º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6AFF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 106 255 -
CMYK 0.13 0.58 0 0
HSL 286.31º 1% 0.71% -
HSV(B) 286.31º 0.58% 1% -
XYZ 53.02 32.9 98.16 -
YUV 157.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 221 106 255 0.13 0.58 0 0 286.31 1 0.71
Hex DD 6A FF D 3A 0 0 11E 64 47
Octal 335 152 377 15 72 0 0 436 144 107
Binary 11011101 1101010 11111111 1101 111010 0 0 100011110 1100100 1000111

Color Harmonies of #DD6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AFF

Black with #DD6AFF

Text Example


Text Example

White with #DD6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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