Html Css Color HEX #DD6FFF Heliotrope

📋 copy color: '#DD6FFF'

red 221 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #DD6FFF

Tints of Heliotrope #DD6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.91%

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

R = 37.65%
G = 18.91%
B = 43.44%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD6FFF (or 0xDD6FFF) is known color: Heliotrope. HEX triplet: DD, 6F and FF. RGB value is (221,111,255). Sum of RGB (Red+Green+Blue) = 221+111+255=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FFF is #229000. Grayscale: #9F9F9F. Windows color (decimal): -2265089 or 16740317. OLE color: 16740317.

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

Color convert

RGB 221 111 255 -
CMYK 0.13 0.56 0 0
HSL 285.83º 1% 0.72% -
HSV(B) 285.83º 0.56% 1% -
XYZ 53.55 33.96 98.34 -
YUV 160.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 221 111 255 0.13 0.56 0 0 285.83 1 0.72
Hex DD 6F FF D 38 0 0 11E 64 48
Octal 335 157 377 15 70 0 0 436 144 110
Binary 11011101 1101111 11111111 1101 111000 0 0 100011110 1100100 1001000

Color Harmonies of #DD6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FFF

Black with #DD6FFF

Text Example


Text Example

White with #DD6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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