Html Css Color HEX #DB79C5 Orchid

📋 copy color: '#DB79C5'

red 219 ◦ green 121 ◦ blue 197

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

Shades of Orchid #DB79C5

Tints of Orchid #DB79C5

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 40.78%
G = 22.53%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB79C5 (or 0xDB79C5) is known color: Orchid. HEX triplet: DB, 79 and C5. RGB value is (219,121,197). Sum of RGB (Red+Green+Blue) = 219+121+197=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C5 is #24863A. Grayscale: #9E9E9E. Windows color (decimal): -2393659 or 12941787. OLE color: 12941787.

HSL color Cylindrical-coordinate representation of color #DB79C5: hue angle of 313.47º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79C5 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 197 -
CMYK 0 0.45 0.10 0.14
HSL 313.47º 0.58% 0.67% -
HSV(B) 313.47º 0.45% 0.86% -
XYZ 46.13 32.77 56.72 -
YUV 158.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 219 121 197 0 0.45 0.10 0.14 313.47 0.58 0.67
Hex DB 79 C5 0 2D A E 139 3A 43
Octal 333 171 305 0 55 12 16 471 72 103
Binary 11011011 1111001 11000101 0 101101 1010 1110 100111001 111010 1000011

Color Harmonies of #DB79C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79C5

Black with #DB79C5

Text Example


Text Example

White with #DB79C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79C5; }

 p { color: rgb(219,121,197); }

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

background-color css

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

 a { background-color: rgb(219,121,197); }

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

border-color css

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

 span { border-color: rgb(219,121,197); }

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