Html Css Color HEX #DD78FE Heliotrope

📋 copy color: '#DD78FE'

red 221 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #DD78FE

Tints of Heliotrope #DD78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.17%

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

R = 37.14%
G = 20.17%
B = 42.69%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD78FE (or 0xDD78FE) is known color: Heliotrope. HEX triplet: DD, 78 and FE. RGB value is (221,120,254). Sum of RGB (Red+Green+Blue) = 221+120+254=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FE is #228701. Grayscale: #A5A5A5. Windows color (decimal): -2262786 or 16677085. OLE color: 16677085.

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

Color convert

RGB 221 120 254 -
CMYK 0.13 0.53 0 0.00
HSL 285.22º 0.99% 0.73% -
HSV(B) 285.22º 0.53% 1% -
XYZ 54.42 35.96 97.84 -
YUV 165.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 221 120 254 0.13 0.53 0 0.00 285.22 0.99 0.73
Hex DD 78 FE D 35 0 0 11D 63 49
Octal 335 170 376 15 65 0 0 435 143 111
Binary 11011101 1111000 11111110 1101 110101 0 0 100011101 1100011 1001001

Color Harmonies of #DD78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78FE

Black with #DD78FE

Text Example


Text Example

White with #DD78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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