Html Css Color HEX #DD79CA Orchid

📋 copy color: '#DD79CA'

red 221 ◦ green 121 ◦ blue 202

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

Shades of Orchid #DD79CA

Tints of Orchid #DD79CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 40.63%
G = 22.24%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD79CA (or 0xDD79CA) is known color: Orchid. HEX triplet: DD, 79 and CA. RGB value is (221,121,202). Sum of RGB (Red+Green+Blue) = 221+121+202=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79CA is #228635. Grayscale: #9F9F9F. Windows color (decimal): -2262582 or 13269469. OLE color: 13269469.

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

Color convert

RGB 221 121 202 -
CMYK 0 0.45 0.09 0.13
HSL 311.4º 0.6% 0.67% -
HSV(B) 311.4º 0.45% 0.87% -
XYZ 47.32 33.31 59.81 -
YUV 160.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 221 121 202 0 0.45 0.09 0.13 311.4 0.6 0.67
Hex DD 79 CA 0 2D 9 D 137 3C 43
Octal 335 171 312 0 55 11 15 467 74 103
Binary 11011101 1111001 11001010 0 101101 1001 1101 100110111 111100 1000011

Color Harmonies of #DD79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79CA

Black with #DD79CA

Text Example


Text Example

White with #DD79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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