Html Css Color HEX #D892CD Plum

📋 copy color: '#D892CD'

red 216 ◦ green 146 ◦ blue 205

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

Shades of Plum #D892CD

Tints of Plum #D892CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.75%

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 38.1%
G = 25.75%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D892CD (or 0xD892CD) is known color: Plum. HEX triplet: D8, 92 and CD. RGB value is (216,146,205). Sum of RGB (Red+Green+Blue) = 216+146+205=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CD is #276D32. Grayscale: #ADADAD. Windows color (decimal): -2583859 or 13472472. OLE color: 13472472.

HSL color Cylindrical-coordinate representation of color #D892CD: hue angle of 309.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892CD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 205 -
CMYK 0 0.32 0.05 0.15
HSL 309.43º 0.47% 0.71% -
HSV(B) 309.43º 0.32% 0.85% -
XYZ 49.62 39.56 62.78 -
YUV 173.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 216 146 205 0 0.32 0.05 0.15 309.43 0.47 0.71
Hex D8 92 CD 0 20 5 F 135 2F 47
Octal 330 222 315 0 40 5 17 465 57 107
Binary 11011000 10010010 11001101 0 100000 101 1111 100110101 101111 1000111

Color Harmonies of #D892CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892CD

Black with #D892CD

Text Example


Text Example

White with #D892CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892CD; }

 p { color: rgb(216,146,205); }

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

background-color css

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

 a { background-color: rgb(216,146,205); }

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

border-color css

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

 span { border-color: rgb(216,146,205); }

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