Html Css Color HEX #DD77FE Heliotrope

📋 copy color: '#DD77FE'

red 221 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #DD77FE

Tints of Heliotrope #DD77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.03%

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

R = 37.21%
G = 20.03%
B = 42.76%

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

#DD77FE (or 0xDD77FE) is known color: Heliotrope. HEX triplet: DD, 77 and FE. RGB value is (221,119,254). Sum of RGB (Red+Green+Blue) = 221+119+254=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77FE is #228801. Grayscale: #A4A4A4. Windows color (decimal): -2263042 or 16676829. OLE color: 16676829.

HSL color Cylindrical-coordinate representation of color #DD77FE: hue angle of 285.33º 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 #DD77FE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 119 254 -
CMYK 0.13 0.53 0 0.00
HSL 285.33º 0.99% 0.73% -
HSV(B) 285.33º 0.53% 1% -
XYZ 54.31 35.72 97.8 -
YUV 164.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 221 119 254 0.13 0.53 0 0.00 285.33 0.99 0.73
Hex DD 77 FE D 35 0 0 11D 63 49
Octal 335 167 376 15 65 0 0 435 143 111
Binary 11011101 1110111 11111110 1101 110101 0 0 100011101 1100011 1001001

Color Harmonies of #DD77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77FE

Black with #DD77FE

Text Example


Text Example

White with #DD77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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