Html Css Color HEX #DD71EC Heliotrope

📋 copy color: '#DD71EC'

red 221 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #DD71EC

Tints of Heliotrope #DD71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.82%

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

R = 38.77%
G = 19.82%
B = 41.4%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD71EC (or 0xDD71EC) is known color: Heliotrope. HEX triplet: DD, 71 and EC. RGB value is (221,113,236). Sum of RGB (Red+Green+Blue) = 221+113+236=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71EC is #228E13. Grayscale: #9E9E9E. Windows color (decimal): -2264596 or 15495645. OLE color: 15495645.

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

Color convert

RGB 221 113 236 -
CMYK 0.06 0.52 0 0.07
HSL 292.68º 0.76% 0.68% -
HSV(B) 292.68º 0.52% 0.93% -
XYZ 50.86 33.24 83.09 -
YUV 159.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 221 113 236 0.06 0.52 0 0.07 292.68 0.76 0.68
Hex DD 71 EC 6 34 0 7 125 4C 44
Octal 335 161 354 6 64 0 7 445 114 104
Binary 11011101 1110001 11101100 110 110100 0 111 100100101 1001100 1000100

Color Harmonies of #DD71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD71EC

Black with #DD71EC

Text Example


Text Example

White with #DD71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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