Html Css Color HEX #D881DA Orchid

📋 copy color: '#D881DA'

red 216 ◦ green 129 ◦ blue 218

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

Shades of Orchid #D881DA

Tints of Orchid #D881DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 38.37%
G = 22.91%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D881DA (or 0xD881DA) is known color: Orchid. HEX triplet: D8, 81 and DA. RGB value is (216,129,218). Sum of RGB (Red+Green+Blue) = 216+129+218=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D881DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881DA is #277E25. Grayscale: #A4A4A4. Windows color (decimal): -2588198 or 14320088. OLE color: 14320088.

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

Color convert

RGB 216 129 218 -
CMYK 0.01 0.41 0 0.15
HSL 298.65º 0.55% 0.68% -
HSV(B) 298.65º 0.41% 0.85% -
XYZ 48.82 35.36 70.58 -
YUV 165.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 216 129 218 0.01 0.41 0 0.15 298.65 0.55 0.68
Hex D8 81 DA 1 29 0 F 12B 37 44
Octal 330 201 332 1 51 0 17 453 67 104
Binary 11011000 10000001 11011010 1 101001 0 1111 100101011 110111 1000100

Color Harmonies of #D881DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881DA

Black with #D881DA

Text Example


Text Example

White with #D881DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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