Html Css Color HEX #DE79DB Orchid

📋 copy color: '#DE79DB'

red 222 ◦ green 121 ◦ blue 219

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

Shades of Orchid #DE79DB

Tints of Orchid #DE79DB

RGB

 RED value IS 222 (87.11% from 255) = 39.5%

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 39.5%
G = 21.53%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE79DB (or 0xDE79DB) is known color: Orchid. HEX triplet: DE, 79 and DB. RGB value is (222,121,219). Sum of RGB (Red+Green+Blue) = 222+121+219=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79DB is #218624. Grayscale: #A2A2A2. Windows color (decimal): -2197029 or 14383582. OLE color: 14383582.

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

Color convert

RGB 222 121 219 -
CMYK 0 0.45 0.01 0.13
HSL 301.78º 0.6% 0.67% -
HSV(B) 301.78º 0.45% 0.87% -
XYZ 49.75 34.32 71.02 -
YUV 162.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 222 121 219 0 0.45 0.01 0.13 301.78 0.6 0.67
Hex DE 79 DB 0 2D 1 D 12E 3C 43
Octal 336 171 333 0 55 1 15 456 74 103
Binary 11011110 1111001 11011011 0 101101 1 1101 100101110 111100 1000011

Color Harmonies of #DE79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79DB

Black with #DE79DB

Text Example


Text Example

White with #DE79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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