Html Css Color HEX #DD70EF Heliotrope

📋 copy color: '#DD70EF'

red 221 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #DD70EF

Tints of Heliotrope #DD70EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.58%

 BLUE value IS 239 (93.75% from 255) = 41.78%

R = 38.64%
G = 19.58%
B = 41.78%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD70EF (or 0xDD70EF) is known color: Heliotrope. HEX triplet: DD, 70 and EF. RGB value is (221,112,239). Sum of RGB (Red+Green+Blue) = 221+112+239=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70EF is #228F10. Grayscale: #9E9E9E. Windows color (decimal): -2264849 or 15691997. OLE color: 15691997.

HSL color Cylindrical-coordinate representation of color #DD70EF: hue angle of 291.5º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD70EF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 112 239 -
CMYK 0.08 0.53 0 0.06
HSL 291.5º 0.8% 0.69% -
HSV(B) 291.5º 0.53% 0.94% -
XYZ 51.19 33.19 85.37 -
YUV 159.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 221 112 239 0.08 0.53 0 0.06 291.5 0.8 0.69
Hex DD 70 EF 8 35 0 6 123 50 45
Octal 335 160 357 10 65 0 6 443 120 105
Binary 11011101 1110000 11101111 1000 110101 0 110 100100011 1010000 1000101

Color Harmonies of #DD70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70EF

Black with #DD70EF

Text Example


Text Example

White with #DD70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70EF; }

 p { color: rgb(221,112,239); }

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

background-color css

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

 a { background-color: rgb(221,112,239); }

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

border-color css

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

 span { border-color: rgb(221,112,239); }

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