Html Css Color HEX #DD78F1 Heliotrope

📋 copy color: '#DD78F1'

red 221 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #DD78F1

Tints of Heliotrope #DD78F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 37.97%
G = 20.62%
B = 41.41%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD78F1 (or 0xDD78F1) is known color: Heliotrope. HEX triplet: DD, 78 and F1. RGB value is (221,120,241). Sum of RGB (Red+Green+Blue) = 221+120+241=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78F1 is #22870E. Grayscale: #A3A3A3. Windows color (decimal): -2262799 or 15825117. OLE color: 15825117.

HSL color Cylindrical-coordinate representation of color #DD78F1: hue angle of 290.08º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD78F1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 120 241 -
CMYK 0.08 0.50 0 0.05
HSL 290.08º 0.81% 0.71% -
HSV(B) 290.08º 0.5% 0.95% -
XYZ 52.41 35.16 87.24 -
YUV 163.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 221 120 241 0.08 0.50 0 0.05 290.08 0.81 0.71
Hex DD 78 F1 8 32 0 5 122 51 47
Octal 335 170 361 10 62 0 5 442 121 107
Binary 11011101 1111000 11110001 1000 110010 0 101 100100010 1010001 1000111

Color Harmonies of #DD78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78F1

Black with #DD78F1

Text Example


Text Example

White with #DD78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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