Html Css Color HEX #DD70F3 Heliotrope

📋 copy color: '#DD70F3'

red 221 ◦ green 112 ◦ blue 243

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

Shades of Heliotrope #DD70F3

Tints of Heliotrope #DD70F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.19%

R = 38.37%
G = 19.44%
B = 42.19%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD70F3 (or 0xDD70F3) is known color: Heliotrope. HEX triplet: DD, 70 and F3. RGB value is (221,112,243). Sum of RGB (Red+Green+Blue) = 221+112+243=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70F3 is #228F0C. Grayscale: #9F9F9F. Windows color (decimal): -2264845 or 15954141. OLE color: 15954141.

HSL color Cylindrical-coordinate representation of color #DD70F3: hue angle of 289.92º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD70F3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 112 243 -
CMYK 0.09 0.54 0 0.05
HSL 289.92º 0.85% 0.7% -
HSV(B) 289.92º 0.54% 0.95% -
XYZ 51.79 33.43 88.52 -
YUV 159.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 221 112 243 0.09 0.54 0 0.05 289.92 0.85 0.7
Hex DD 70 F3 9 36 0 5 122 55 46
Octal 335 160 363 11 66 0 5 442 125 106
Binary 11011101 1110000 11110011 1001 110110 0 101 100100010 1010101 1000110

Color Harmonies of #DD70F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70F3

Black with #DD70F3

Text Example


Text Example

White with #DD70F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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