Html Css Color HEX #D881D2 Orchid

📋 copy color: '#D881D2'

red 216 ◦ green 129 ◦ blue 210

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

Shades of Orchid #D881D2

Tints of Orchid #D881D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 38.92%
G = 23.24%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D881D2 (or 0xD881D2) is known color: Orchid. HEX triplet: D8, 81 and D2. RGB value is (216,129,210). Sum of RGB (Red+Green+Blue) = 216+129+210=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D2 is #277E2D. Grayscale: #A4A4A4. Windows color (decimal): -2588206 or 13795800. OLE color: 13795800.

HSL color Cylindrical-coordinate representation of color #D881D2: hue angle of 304.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881D2 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 210 -
CMYK 0 0.40 0.03 0.15
HSL 304.14º 0.53% 0.68% -
HSV(B) 304.14º 0.4% 0.85% -
XYZ 47.8 34.95 65.2 -
YUV 164.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 216 129 210 0 0.40 0.03 0.15 304.14 0.53 0.68
Hex D8 81 D2 0 28 3 F 130 35 44
Octal 330 201 322 0 50 3 17 460 65 104
Binary 11011000 10000001 11010010 0 101000 11 1111 100110000 110101 1000100

Color Harmonies of #D881D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881D2

Black with #D881D2

Text Example


Text Example

White with #D881D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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