Html Css Color HEX #D881DB Orchid

📋 copy color: '#D881DB'

red 216 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D881DB

Tints of Orchid #D881DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.87%

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

R = 38.3%
G = 22.87%
B = 38.83%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D881DB (or 0xD881DB) is known color: Orchid. HEX triplet: D8, 81 and DB. RGB value is (216,129,219). Sum of RGB (Red+Green+Blue) = 216+129+219=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D881DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DB is #277E24. Grayscale: #A5A5A5. Windows color (decimal): -2588197 or 14385624. OLE color: 14385624.

HSL color Cylindrical-coordinate representation of color #D881DB: hue angle of 298º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D881DB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 129 219 -
CMYK 0.01 0.41 0 0.14
HSL 298º 0.56% 0.68% -
HSV(B) 298º 0.41% 0.86% -
XYZ 48.96 35.41 71.27 -
YUV 165.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 216 129 219 0.01 0.41 0 0.14 298 0.56 0.68
Hex D8 81 DB 1 29 0 E 12A 38 44
Octal 330 201 333 1 51 0 16 452 70 104
Binary 11011000 10000001 11011011 1 101001 0 1110 100101010 111000 1000100

Color Harmonies of #D881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881DB

Black with #D881DB

Text Example


Text Example

White with #D881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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