Html Css Color HEX #D898D6 Plum

📋 copy color: '#D898D6'

red 216 ◦ green 152 ◦ blue 214

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

Shades of Plum #D898D6

Tints of Plum #D898D6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.12%

 BLUE value IS 214 (83.98% from 255) = 36.77%

R = 37.11%
G = 26.12%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D898D6 (or 0xD898D6) is known color: Plum. HEX triplet: D8, 98 and D6. RGB value is (216,152,214). Sum of RGB (Red+Green+Blue) = 216+152+214=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D898D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898D6 is #276729. Grayscale: #B2B2B2. Windows color (decimal): -2582314 or 14063832. OLE color: 14063832.

HSL color Cylindrical-coordinate representation of color #D898D6: hue angle of 301.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898D6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 214 -
CMYK 0 0.30 0.01 0.15
HSL 301.88º 0.45% 0.72% -
HSV(B) 301.88º 0.3% 0.85% -
XYZ 51.68 41.91 68.98 -
YUV 178.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 216 152 214 0 0.30 0.01 0.15 301.88 0.45 0.72
Hex D8 98 D6 0 1E 1 F 12E 2D 48
Octal 330 230 326 0 36 1 17 456 55 110
Binary 11011000 10011000 11010110 0 11110 1 1111 100101110 101101 1001000

Color Harmonies of #D898D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898D6

Black with #D898D6

Text Example


Text Example

White with #D898D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898D6; }

 p { color: rgb(216,152,214); }

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

background-color css

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

 a { background-color: rgb(216,152,214); }

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

border-color css

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

 span { border-color: rgb(216,152,214); }

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