Html Css Color HEX #DD79C3 Orchid

📋 copy color: '#DD79C3'

red 221 ◦ green 121 ◦ blue 195

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

Shades of Orchid #DD79C3

Tints of Orchid #DD79C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.31%

R = 41.15%
G = 22.53%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD79C3 (or 0xDD79C3) is known color: Orchid. HEX triplet: DD, 79 and C3. RGB value is (221,121,195). Sum of RGB (Red+Green+Blue) = 221+121+195=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79C3 is #22863C. Grayscale: #9F9F9F. Windows color (decimal): -2262589 or 12810717. OLE color: 12810717.

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

Color convert

RGB 221 121 195 -
CMYK 0 0.45 0.12 0.13
HSL 315.6º 0.6% 0.67% -
HSV(B) 315.6º 0.45% 0.87% -
XYZ 46.51 32.99 55.55 -
YUV 159.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 221 121 195 0 0.45 0.12 0.13 315.6 0.6 0.67
Hex DD 79 C3 0 2D C D 13C 3C 43
Octal 335 171 303 0 55 14 15 474 74 103
Binary 11011101 1111001 11000011 0 101101 1100 1101 100111100 111100 1000011

Color Harmonies of #DD79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79C3

Black with #DD79C3

Text Example


Text Example

White with #DD79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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