Html Css Color HEX #DD70FE Heliotrope

📋 copy color: '#DD70FE'

red 221 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #DD70FE

Tints of Heliotrope #DD70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 37.65%
G = 19.08%
B = 43.27%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD70FE (or 0xDD70FE) is known color: Heliotrope. HEX triplet: DD, 70 and FE. RGB value is (221,112,254). Sum of RGB (Red+Green+Blue) = 221+112+254=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70FE is #228F01. Grayscale: #A0A0A0. Windows color (decimal): -2264834 or 16675037. OLE color: 16675037.

HSL color Cylindrical-coordinate representation of color #DD70FE: hue angle of 286.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD70FE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 112 254 -
CMYK 0.13 0.56 0 0.00
HSL 286.06º 0.99% 0.72% -
HSV(B) 286.06º 0.56% 1% -
XYZ 53.5 34.12 97.53 -
YUV 160.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 221 112 254 0.13 0.56 0 0.00 286.06 0.99 0.72
Hex DD 70 FE D 38 0 0 11E 63 48
Octal 335 160 376 15 70 0 0 436 143 110
Binary 11011101 1110000 11111110 1101 111000 0 0 100011110 1100011 1001000

Color Harmonies of #DD70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70FE

Black with #DD70FE

Text Example


Text Example

White with #DD70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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