Html Css Color HEX #DD77F9 Heliotrope

📋 copy color: '#DD77F9'

red 221 ◦ green 119 ◦ blue 249

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

Shades of Heliotrope #DD77F9

Tints of Heliotrope #DD77F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.28%

R = 37.52%
G = 20.2%
B = 42.28%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD77F9 (or 0xDD77F9) is known color: Heliotrope. HEX triplet: DD, 77 and F9. RGB value is (221,119,249). Sum of RGB (Red+Green+Blue) = 221+119+249=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77F9 is #228806. Grayscale: #A3A3A3. Windows color (decimal): -2263047 or 16349149. OLE color: 16349149.

HSL color Cylindrical-coordinate representation of color #DD77F9: hue angle of 287.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD77F9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 119 249 -
CMYK 0.11 0.52 0 0.02
HSL 287.08º 0.92% 0.72% -
HSV(B) 287.08º 0.52% 0.98% -
XYZ 53.51 35.41 93.64 -
YUV 164.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 221 119 249 0.11 0.52 0 0.02 287.08 0.92 0.72
Hex DD 77 F9 B 34 0 2 11F 5C 48
Octal 335 167 371 13 64 0 2 437 134 110
Binary 11011101 1110111 11111001 1011 110100 0 10 100011111 1011100 1001000

Color Harmonies of #DD77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77F9

Black with #DD77F9

Text Example


Text Example

White with #DD77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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