Html Css Color HEX #DD6FEE Heliotrope

📋 copy color: '#DD6FEE'

red 221 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #DD6FEE

Tints of Heliotrope #DD6FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 38.77%
G = 19.47%
B = 41.75%

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

#DD6FEE (or 0xDD6FEE) is known color: Heliotrope. HEX triplet: DD, 6F and EE. RGB value is (221,111,238). Sum of RGB (Red+Green+Blue) = 221+111+238=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FEE is #229011. Grayscale: #9D9D9D. Windows color (decimal): -2265106 or 15626205. OLE color: 15626205.

HSL color Cylindrical-coordinate representation of color #DD6FEE: hue angle of 291.97º degrees, saturation: 0.79, 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 #DD6FEE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 111 238 -
CMYK 0.07 0.53 0 0.07
HSL 291.97º 0.79% 0.68% -
HSV(B) 291.97º 0.53% 0.93% -
XYZ 50.94 32.91 84.56 -
YUV 158.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 221 111 238 0.07 0.53 0 0.07 291.97 0.79 0.68
Hex DD 6F EE 7 35 0 7 124 4F 44
Octal 335 157 356 7 65 0 7 444 117 104
Binary 11011101 1101111 11101110 111 110101 0 111 100100100 1001111 1000100

Color Harmonies of #DD6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FEE

Black with #DD6FEE

Text Example


Text Example

White with #DD6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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