Html Css Color HEX #D892CC Plum

📋 copy color: '#D892CC'

red 216 ◦ green 146 ◦ blue 204

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

Shades of Plum #D892CC

Tints of Plum #D892CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 38.16%
G = 25.8%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D892CC (or 0xD892CC) is known color: Plum. HEX triplet: D8, 92 and CC. RGB value is (216,146,204). Sum of RGB (Red+Green+Blue) = 216+146+204=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CC is #276D33. Grayscale: #ADADAD. Windows color (decimal): -2583860 or 13406936. OLE color: 13406936.

HSL color Cylindrical-coordinate representation of color #D892CC: hue angle of 310.29º 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 #D892CC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 204 -
CMYK 0 0.32 0.06 0.15
HSL 310.29º 0.47% 0.71% -
HSV(B) 310.29º 0.32% 0.85% -
XYZ 49.5 39.52 62.15 -
YUV 173.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 216 146 204 0 0.32 0.06 0.15 310.29 0.47 0.71
Hex D8 92 CC 0 20 6 F 136 2F 47
Octal 330 222 314 0 40 6 17 466 57 107
Binary 11011000 10010010 11001100 0 100000 110 1111 100110110 101111 1000111

Color Harmonies of #D892CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892CC

Black with #D892CC

Text Example


Text Example

White with #D892CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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