Html Css Color HEX #DD6DFE Heliotrope

📋 copy color: '#DD6DFE'

red 221 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #DD6DFE

Tints of Heliotrope #DD6DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 37.84%
G = 18.66%
B = 43.49%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD6DFE (or 0xDD6DFE) is known color: Heliotrope. HEX triplet: DD, 6D and FE. RGB value is (221,109,254). Sum of RGB (Red+Green+Blue) = 221+109+254=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DFE is #229201. Grayscale: #9E9E9E. Windows color (decimal): -2265602 or 16674269. OLE color: 16674269.

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

Color convert

RGB 221 109 254 -
CMYK 0.13 0.57 0 0.00
HSL 286.34º 0.99% 0.71% -
HSV(B) 286.34º 0.57% 1% -
XYZ 53.18 33.47 97.42 -
YUV 159.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 221 109 254 0.13 0.57 0 0.00 286.34 0.99 0.71
Hex DD 6D FE D 39 0 0 11E 63 47
Octal 335 155 376 15 71 0 0 436 143 107
Binary 11011101 1101101 11111110 1101 111001 0 0 100011110 1100011 1000111

Color Harmonies of #DD6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DFE

Black with #DD6DFE

Text Example


Text Example

White with #DD6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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