Html Css Color HEX #D898CD Plum

📋 copy color: '#D898CD'

red 216 ◦ green 152 ◦ blue 205

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

Shades of Plum #D898CD

Tints of Plum #D898CD

RGB

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

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

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

R = 37.7%
G = 26.53%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D898CD (or 0xD898CD) is known color: Plum. HEX triplet: D8, 98 and CD. RGB value is (216,152,205). Sum of RGB (Red+Green+Blue) = 216+152+205=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D898CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898CD is #276732. Grayscale: #B1B1B1. Windows color (decimal): -2582323 or 13474008. OLE color: 13474008.

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

Color convert

RGB 216 152 205 -
CMYK 0 0.30 0.05 0.15
HSL 310.31º 0.45% 0.72% -
HSV(B) 310.31º 0.3% 0.85% -
XYZ 50.57 41.46 63.1 -
YUV 177.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 216 152 205 0 0.30 0.05 0.15 310.31 0.45 0.72
Hex D8 98 CD 0 1E 5 F 136 2D 48
Octal 330 230 315 0 36 5 17 466 55 110
Binary 11011000 10011000 11001101 0 11110 101 1111 100110110 101101 1001000

Color Harmonies of #D898CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898CD

Black with #D898CD

Text Example


Text Example

White with #D898CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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