Html Css Color HEX #DF79DB Orchid

📋 copy color: '#DF79DB'

red 223 ◦ green 121 ◦ blue 219

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

Shades of Orchid #DF79DB

Tints of Orchid #DF79DB

RGB

 RED value IS 223 (87.5% from 255) = 39.61%

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

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

R = 39.61%
G = 21.49%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF79DB (or 0xDF79DB) is known color: Orchid. HEX triplet: DF, 79 and DB. RGB value is (223,121,219). Sum of RGB (Red+Green+Blue) = 223+121+219=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79DB is #208624. Grayscale: #A2A2A2. Windows color (decimal): -2131493 or 14383583. OLE color: 14383583.

HSL color Cylindrical-coordinate representation of color #DF79DB: hue angle of 302.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF79DB is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 121 219 -
CMYK 0 0.46 0.02 0.13
HSL 302.35º 0.61% 0.67% -
HSV(B) 302.35º 0.46% 0.87% -
XYZ 50.05 34.48 71.03 -
YUV 162.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 223 121 219 0 0.46 0.02 0.13 302.35 0.61 0.67
Hex DF 79 DB 0 2E 2 D 12E 3D 43
Octal 337 171 333 0 56 2 15 456 75 103
Binary 11011111 1111001 11011011 0 101110 10 1101 100101110 111101 1000011

Color Harmonies of #DF79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79DB

Black with #DF79DB

Text Example


Text Example

White with #DF79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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