Html Css Color HEX #D884DD Orchid

📋 copy color: '#D884DD'

red 216 ◦ green 132 ◦ blue 221

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

Shades of Orchid #D884DD

Tints of Orchid #D884DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.2%

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

R = 37.96%
G = 23.2%
B = 38.84%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D884DD (or 0xD884DD) is known color: Orchid. HEX triplet: D8, 84 and DD. RGB value is (216,132,221). Sum of RGB (Red+Green+Blue) = 216+132+221=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D884DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884DD is #277B22. Grayscale: #A6A6A6. Windows color (decimal): -2587427 or 14517464. OLE color: 14517464.

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

Color convert

RGB 216 132 221 -
CMYK 0.02 0.40 0 0.13
HSL 296.63º 0.57% 0.69% -
HSV(B) 296.63º 0.4% 0.87% -
XYZ 49.62 36.32 72.8 -
YUV 167.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 216 132 221 0.02 0.40 0 0.13 296.63 0.57 0.69
Hex D8 84 DD 2 28 0 D 129 39 45
Octal 330 204 335 2 50 0 15 451 71 105
Binary 11011000 10000100 11011101 10 101000 0 1101 100101001 111001 1000101

Color Harmonies of #D884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884DD

Black with #D884DD

Text Example


Text Example

White with #D884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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