Html Css Color HEX #DD79D9 Orchid

📋 copy color: '#DD79D9'

red 221 ◦ green 121 ◦ blue 217

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

Shades of Orchid #DD79D9

Tints of Orchid #DD79D9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.65%

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 39.53%
G = 21.65%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD79D9 (or 0xDD79D9) is known color: Orchid. HEX triplet: DD, 79 and D9. RGB value is (221,121,217). Sum of RGB (Red+Green+Blue) = 221+121+217=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79D9 is #228626. Grayscale: #A1A1A1. Windows color (decimal): -2262567 or 14252509. OLE color: 14252509.

HSL color Cylindrical-coordinate representation of color #DD79D9: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD79D9 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 217 -
CMYK 0 0.45 0.02 0.13
HSL 302.4º 0.6% 0.67% -
HSV(B) 302.4º 0.45% 0.87% -
XYZ 49.18 34.06 69.63 -
YUV 161.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 221 121 217 0 0.45 0.02 0.13 302.4 0.6 0.67
Hex DD 79 D9 0 2D 2 D 12E 3C 43
Octal 335 171 331 0 55 2 15 456 74 103
Binary 11011101 1111001 11011001 0 101101 10 1101 100101110 111100 1000011

Color Harmonies of #DD79D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79D9

Black with #DD79D9

Text Example


Text Example

White with #DD79D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79D9; }

 p { color: rgb(221,121,217); }

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

background-color css

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

 a { background-color: rgb(221,121,217); }

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

border-color css

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

 span { border-color: rgb(221,121,217); }

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