Html Css Color HEX #DD70EE Heliotrope

📋 copy color: '#DD70EE'

red 221 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #DD70EE

Tints of Heliotrope #DD70EE

RGB

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

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

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

R = 38.7%
G = 19.61%
B = 41.68%

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

#DD70EE (or 0xDD70EE) is known color: Heliotrope. HEX triplet: DD, 70 and EE. RGB value is (221,112,238). Sum of RGB (Red+Green+Blue) = 221+112+238=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70EE is #228F11. Grayscale: #9E9E9E. Windows color (decimal): -2264850 or 15626461. OLE color: 15626461.

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

Color convert

RGB 221 112 238 -
CMYK 0.07 0.53 0 0.07
HSL 291.9º 0.79% 0.69% -
HSV(B) 291.9º 0.53% 0.93% -
XYZ 51.05 33.13 84.59 -
YUV 158.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 221 112 238 0.07 0.53 0 0.07 291.9 0.79 0.69
Hex DD 70 EE 7 35 0 7 124 4F 45
Octal 335 160 356 7 65 0 7 444 117 105
Binary 11011101 1110000 11101110 111 110101 0 111 100100100 1001111 1000101

Color Harmonies of #DD70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70EE

Black with #DD70EE

Text Example


Text Example

White with #DD70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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