Html Css Color HEX #D879DB Orchid

📋 copy color: '#D879DB'

red 216 ◦ green 121 ◦ blue 219

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

Shades of Orchid #D879DB

Tints of Orchid #D879DB

RGB

 RED value IS 216 (84.77% from 255) = 38.85%

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

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

R = 38.85%
G = 21.76%
B = 39.39%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D879DB (or 0xD879DB) is known color: Orchid. HEX triplet: D8, 79 and DB. RGB value is (216,121,219). Sum of RGB (Red+Green+Blue) = 216+121+219=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D879DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879DB is #278624. Grayscale: #A0A0A0. Windows color (decimal): -2590245 or 14383576. OLE color: 14383576.

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

Color convert

RGB 216 121 219 -
CMYK 0.01 0.45 0 0.14
HSL 298.16º 0.58% 0.67% -
HSV(B) 298.16º 0.45% 0.86% -
XYZ 47.94 33.39 70.94 -
YUV 160.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 216 121 219 0.01 0.45 0 0.14 298.16 0.58 0.67
Hex D8 79 DB 1 2D 0 E 12A 3A 43
Octal 330 171 333 1 55 0 16 452 72 103
Binary 11011000 1111001 11011011 1 101101 0 1110 100101010 111010 1000011

Color Harmonies of #D879DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D879DB

Black with #D879DB

Text Example


Text Example

White with #D879DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D879DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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