Html Css Color HEX #DD78FC Heliotrope

📋 copy color: '#DD78FC'

red 221 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #DD78FC

Tints of Heliotrope #DD78FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 37.27%
G = 20.24%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD78FC (or 0xDD78FC) is known color: Heliotrope. HEX triplet: DD, 78 and FC. RGB value is (221,120,252). Sum of RGB (Red+Green+Blue) = 221+120+252=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FC is #228703. Grayscale: #A4A4A4. Windows color (decimal): -2262788 or 16546013. OLE color: 16546013.

HSL color Cylindrical-coordinate representation of color #DD78FC: hue angle of 285.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD78FC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 120 252 -
CMYK 0.12 0.52 0 0.01
HSL 285.91º 0.96% 0.73% -
HSV(B) 285.91º 0.52% 0.99% -
XYZ 54.11 35.83 96.16 -
YUV 165.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 221 120 252 0.12 0.52 0 0.01 285.91 0.96 0.73
Hex DD 78 FC C 34 0 1 11E 60 49
Octal 335 170 374 14 64 0 1 436 140 111
Binary 11011101 1111000 11111100 1100 110100 0 1 100011110 1100000 1001001

Color Harmonies of #DD78FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78FC

Black with #DD78FC

Text Example


Text Example

White with #DD78FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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