Html Css Color HEX #D892CE Plum

📋 copy color: '#D892CE'

red 216 ◦ green 146 ◦ blue 206

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

Shades of Plum #D892CE

Tints of Plum #D892CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 38.03%
G = 25.7%
B = 36.27%

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

#D892CE (or 0xD892CE) is known color: Plum. HEX triplet: D8, 92 and CE. RGB value is (216,146,206). Sum of RGB (Red+Green+Blue) = 216+146+206=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CE is #276D31. Grayscale: #ADADAD. Windows color (decimal): -2583858 or 13538008. OLE color: 13538008.

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

Color convert

RGB 216 146 206 -
CMYK 0 0.32 0.05 0.15
HSL 308.57º 0.47% 0.71% -
HSV(B) 308.57º 0.32% 0.85% -
XYZ 49.74 39.61 63.42 -
YUV 173.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 216 146 206 0 0.32 0.05 0.15 308.57 0.47 0.71
Hex D8 92 CE 0 20 5 F 135 2F 47
Octal 330 222 316 0 40 5 17 465 57 107
Binary 11011000 10010010 11001110 0 100000 101 1111 100110101 101111 1000111

Color Harmonies of #D892CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892CE

Black with #D892CE

Text Example


Text Example

White with #D892CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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