Html Css Color HEX #DD77FC Heliotrope

📋 copy color: '#DD77FC'

red 221 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #DD77FC

Tints of Heliotrope #DD77FC

RGB

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

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

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

R = 37.33%
G = 20.1%
B = 42.57%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD77FC (or 0xDD77FC) is known color: Heliotrope. HEX triplet: DD, 77 and FC. RGB value is (221,119,252). Sum of RGB (Red+Green+Blue) = 221+119+252=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77FC is #228803. Grayscale: #A4A4A4. Windows color (decimal): -2263044 or 16545757. OLE color: 16545757.

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

Color convert

RGB 221 119 252 -
CMYK 0.12 0.53 0 0.01
HSL 286.02º 0.96% 0.73% -
HSV(B) 286.02º 0.53% 0.99% -
XYZ 53.99 35.59 96.12 -
YUV 164.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 221 119 252 0.12 0.53 0 0.01 286.02 0.96 0.73
Hex DD 77 FC C 35 0 1 11E 60 49
Octal 335 167 374 14 65 0 1 436 140 111
Binary 11011101 1110111 11111100 1100 110101 0 1 100011110 1100000 1001001

Color Harmonies of #DD77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77FC

Black with #DD77FC

Text Example


Text Example

White with #DD77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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