Html Css Color HEX #DD69EC Heliotrope

📋 copy color: '#DD69EC'

red 221 ◦ green 105 ◦ blue 236

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

Shades of Heliotrope #DD69EC

Tints of Heliotrope #DD69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.68%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 39.32%
G = 18.68%
B = 41.99%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD69EC (or 0xDD69EC) is known color: Heliotrope. HEX triplet: DD, 69 and EC. RGB value is (221,105,236). Sum of RGB (Red+Green+Blue) = 221+105+236=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EC is #229613. Grayscale: #9A9A9A. Windows color (decimal): -2266644 or 15493597. OLE color: 15493597.

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

Color convert

RGB 221 105 236 -
CMYK 0.06 0.56 0 0.07
HSL 293.13º 0.78% 0.67% -
HSV(B) 293.13º 0.56% 0.93% -
XYZ 50.01 31.53 82.81 -
YUV 154.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 221 105 236 0.06 0.56 0 0.07 293.13 0.78 0.67
Hex DD 69 EC 6 38 0 7 125 4E 43
Octal 335 151 354 6 70 0 7 445 116 103
Binary 11011101 1101001 11101100 110 111000 0 111 100100101 1001110 1000011

Color Harmonies of #DD69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69EC

Black with #DD69EC

Text Example


Text Example

White with #DD69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69EC; }

 p { color: rgb(221,105,236); }

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

background-color css

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

 a { background-color: rgb(221,105,236); }

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

border-color css

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

 span { border-color: rgb(221,105,236); }

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