Html Css Color HEX #D881DD Orchid

📋 copy color: '#D881DD'

red 216 ◦ green 129 ◦ blue 221

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

Shades of Orchid #D881DD

Tints of Orchid #D881DD

RGB

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

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

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

R = 38.16%
G = 22.79%
B = 39.05%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D881DD (or 0xD881DD) is known color: Orchid. HEX triplet: D8, 81 and DD. RGB value is (216,129,221). Sum of RGB (Red+Green+Blue) = 216+129+221=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #D881DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DD is #277E22. Grayscale: #A5A5A5. Windows color (decimal): -2588195 or 14516696. OLE color: 14516696.

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

Color convert

RGB 216 129 221 -
CMYK 0.02 0.42 0 0.13
HSL 296.74º 0.58% 0.69% -
HSV(B) 296.74º 0.42% 0.87% -
XYZ 49.22 35.52 72.67 -
YUV 165.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 216 129 221 0.02 0.42 0 0.13 296.74 0.58 0.69
Hex D8 81 DD 2 2A 0 D 129 3A 45
Octal 330 201 335 2 52 0 15 451 72 105
Binary 11011000 10000001 11011101 10 101010 0 1101 100101001 111010 1000101

Color Harmonies of #D881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881DD

Black with #D881DD

Text Example


Text Example

White with #D881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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