Html Css Color HEX #DD77FB Heliotrope

📋 copy color: '#DD77FB'

red 221 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #DD77FB

Tints of Heliotrope #DD77FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 37.39%
G = 20.14%
B = 42.47%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD77FB (or 0xDD77FB) is known color: Heliotrope. HEX triplet: DD, 77 and FB. RGB value is (221,119,251). Sum of RGB (Red+Green+Blue) = 221+119+251=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77FB is #228804. Grayscale: #A4A4A4. Windows color (decimal): -2263045 or 16480221. OLE color: 16480221.

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

Color convert

RGB 221 119 251 -
CMYK 0.12 0.53 0 0.02
HSL 286.36º 0.94% 0.73% -
HSV(B) 286.36º 0.53% 0.98% -
XYZ 53.83 35.53 95.29 -
YUV 164.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 221 119 251 0.12 0.53 0 0.02 286.36 0.94 0.73
Hex DD 77 FB C 35 0 2 11E 5E 49
Octal 335 167 373 14 65 0 2 436 136 111
Binary 11011101 1110111 11111011 1100 110101 0 10 100011110 1011110 1001001

Color Harmonies of #DD77FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77FB

Black with #DD77FB

Text Example


Text Example

White with #DD77FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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