Html Css Color HEX #DD6FED Heliotrope

📋 copy color: '#DD6FED'

red 221 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #DD6FED

Tints of Heliotrope #DD6FED

RGB

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

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

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

R = 38.84%
G = 19.51%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6FED (or 0xDD6FED) is known color: Heliotrope. HEX triplet: DD, 6F and ED. RGB value is (221,111,237). Sum of RGB (Red+Green+Blue) = 221+111+237=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FED is #229012. Grayscale: #9D9D9D. Windows color (decimal): -2265107 or 15560669. OLE color: 15560669.

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

Color convert

RGB 221 111 237 -
CMYK 0.07 0.53 0 0.07
HSL 292.38º 0.78% 0.68% -
HSV(B) 292.38º 0.53% 0.93% -
XYZ 50.79 32.86 83.79 -
YUV 158.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 221 111 237 0.07 0.53 0 0.07 292.38 0.78 0.68
Hex DD 6F ED 7 35 0 7 124 4E 44
Octal 335 157 355 7 65 0 7 444 116 104
Binary 11011101 1101111 11101101 111 110101 0 111 100100100 1001110 1000100

Color Harmonies of #DD6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FED

Black with #DD6FED

Text Example


Text Example

White with #DD6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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