Html Css Color HEX #DD79DC Orchid

📋 copy color: '#DD79DC'

red 221 ◦ green 121 ◦ blue 220

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

Shades of Orchid #DD79DC

Tints of Orchid #DD79DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 39.32%
G = 21.53%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD79DC (or 0xDD79DC) is known color: Orchid. HEX triplet: DD, 79 and DC. RGB value is (221,121,220). Sum of RGB (Red+Green+Blue) = 221+121+220=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79DC is #228623. Grayscale: #A1A1A1. Windows color (decimal): -2262564 or 14449117. OLE color: 14449117.

HSL color Cylindrical-coordinate representation of color #DD79DC: hue angle of 300.6º 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 #DD79DC is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 220 -
CMYK 0 0.45 0.00 0.13
HSL 300.6º 0.6% 0.67% -
HSV(B) 300.6º 0.45% 0.87% -
XYZ 49.57 34.21 71.7 -
YUV 162.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 221 121 220 0 0.45 0.00 0.13 300.6 0.6 0.67
Hex DD 79 DC 0 2D 0 D 12D 3C 43
Octal 335 171 334 0 55 0 15 455 74 103
Binary 11011101 1111001 11011100 0 101101 0 1101 100101101 111100 1000011

Color Harmonies of #DD79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79DC

Black with #DD79DC

Text Example


Text Example

White with #DD79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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