Html Css Color HEX #D892D0 Plum

📋 copy color: '#D892D0'

red 216 ◦ green 146 ◦ blue 208

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

Shades of Plum #D892D0

Tints of Plum #D892D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 37.89%
G = 25.61%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D892D0 (or 0xD892D0) is known color: Plum. HEX triplet: D8, 92 and D0. RGB value is (216,146,208). Sum of RGB (Red+Green+Blue) = 216+146+208=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D0 is #276D2F. Grayscale: #ADADAD. Windows color (decimal): -2583856 or 13669080. OLE color: 13669080.

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

Color convert

RGB 216 146 208 -
CMYK 0 0.32 0.04 0.15
HSL 306.86º 0.47% 0.71% -
HSV(B) 306.86º 0.32% 0.85% -
XYZ 49.98 39.71 64.71 -
YUV 174 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 216 146 208 0 0.32 0.04 0.15 306.86 0.47 0.71
Hex D8 92 D0 0 20 4 F 133 2F 47
Octal 330 222 320 0 40 4 17 463 57 107
Binary 11011000 10010010 11010000 0 100000 100 1111 100110011 101111 1000111

Color Harmonies of #D892D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892D0

Black with #D892D0

Text Example


Text Example

White with #D892D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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