Html Css Color HEX #DD79C4 Orchid

📋 copy color: '#DD79C4'

red 221 ◦ green 121 ◦ blue 196

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

Shades of Orchid #DD79C4

Tints of Orchid #DD79C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.43%

R = 41.08%
G = 22.49%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD79C4 (or 0xDD79C4) is known color: Orchid. HEX triplet: DD, 79 and C4. RGB value is (221,121,196). Sum of RGB (Red+Green+Blue) = 221+121+196=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79C4 is #22863B. Grayscale: #9F9F9F. Windows color (decimal): -2262588 or 12876253. OLE color: 12876253.

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

Color convert

RGB 221 121 196 -
CMYK 0 0.45 0.11 0.13
HSL 315º 0.6% 0.67% -
HSV(B) 315º 0.45% 0.87% -
XYZ 46.62 33.03 56.14 -
YUV 159.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 221 121 196 0 0.45 0.11 0.13 315 0.6 0.67
Hex DD 79 C4 0 2D B D 13B 3C 43
Octal 335 171 304 0 55 13 15 473 74 103
Binary 11011101 1111001 11000100 0 101101 1011 1101 100111011 111100 1000011

Color Harmonies of #DD79C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79C4

Black with #DD79C4

Text Example


Text Example

White with #DD79C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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