Html Css Color HEX #DD79CC Orchid

📋 copy color: '#DD79CC'

red 221 ◦ green 121 ◦ blue 204

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

Shades of Orchid #DD79CC

Tints of Orchid #DD79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 40.48%
G = 22.16%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD79CC (or 0xDD79CC) is known color: Orchid. HEX triplet: DD, 79 and CC. RGB value is (221,121,204). Sum of RGB (Red+Green+Blue) = 221+121+204=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79CC is #228633. Grayscale: #A0A0A0. Windows color (decimal): -2262580 or 13400541. OLE color: 13400541.

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

Color convert

RGB 221 121 204 -
CMYK 0 0.45 0.08 0.13
HSL 310.2º 0.6% 0.67% -
HSV(B) 310.2º 0.45% 0.87% -
XYZ 47.56 33.41 61.07 -
YUV 160.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 221 121 204 0 0.45 0.08 0.13 310.2 0.6 0.67
Hex DD 79 CC 0 2D 8 D 136 3C 43
Octal 335 171 314 0 55 10 15 466 74 103
Binary 11011101 1111001 11001100 0 101101 1000 1101 100110110 111100 1000011

Color Harmonies of #DD79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79CC

Black with #DD79CC

Text Example


Text Example

White with #DD79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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