Html Css Color HEX #DB79DD Orchid

📋 copy color: '#DB79DD'

red 219 ◦ green 121 ◦ blue 221

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

Shades of Orchid #DB79DD

Tints of Orchid #DB79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 39.04%
G = 21.57%
B = 39.39%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB79DD (or 0xDB79DD) is known color: Orchid. HEX triplet: DB, 79 and DD. RGB value is (219,121,221). Sum of RGB (Red+Green+Blue) = 219+121+221=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DD is #248622. Grayscale: #A1A1A1. Windows color (decimal): -2393635 or 14514651. OLE color: 14514651.

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

Color convert

RGB 219 121 221 -
CMYK 0.01 0.45 0 0.13
HSL 298.8º 0.6% 0.67% -
HSV(B) 298.8º 0.45% 0.87% -
XYZ 49.1 33.96 72.37 -
YUV 161.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 219 121 221 0.01 0.45 0 0.13 298.8 0.6 0.67
Hex DB 79 DD 1 2D 0 D 12B 3C 43
Octal 333 171 335 1 55 0 15 453 74 103
Binary 11011011 1111001 11011101 1 101101 0 1101 100101011 111100 1000011

Color Harmonies of #DB79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79DD

Black with #DB79DD

Text Example


Text Example

White with #DB79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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