Html Css Color HEX #DD77F8 Heliotrope

📋 copy color: '#DD77F8'

red 221 ◦ green 119 ◦ blue 248

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

Shades of Heliotrope #DD77F8

Tints of Heliotrope #DD77F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.18%

R = 37.59%
G = 20.24%
B = 42.18%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD77F8 (or 0xDD77F8) is known color: Heliotrope. HEX triplet: DD, 77 and F8. RGB value is (221,119,248). Sum of RGB (Red+Green+Blue) = 221+119+248=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77F8 is #228807. Grayscale: #A3A3A3. Windows color (decimal): -2263048 or 16283613. OLE color: 16283613.

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

Color convert

RGB 221 119 248 -
CMYK 0.11 0.52 0 0.03
HSL 287.44º 0.9% 0.72% -
HSV(B) 287.44º 0.52% 0.97% -
XYZ 53.36 35.34 92.82 -
YUV 164.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 221 119 248 0.11 0.52 0 0.03 287.44 0.9 0.72
Hex DD 77 F8 B 34 0 3 11F 5A 48
Octal 335 167 370 13 64 0 3 437 132 110
Binary 11011101 1110111 11111000 1011 110100 0 11 100011111 1011010 1001000

Color Harmonies of #DD77F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77F8

Black with #DD77F8

Text Example


Text Example

White with #DD77F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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