Html Css Color HEX #D298D7 Plum

📋 copy color: '#D298D7'

red 210 ◦ green 152 ◦ blue 215

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

Shades of Plum #D298D7

Tints of Plum #D298D7

RGB

 RED value IS 210 (82.42% from 255) = 36.4%

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

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 36.4%
G = 26.34%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D298D7 (or 0xD298D7) is known color: Plum. HEX triplet: D2, 98 and D7. RGB value is (210,152,215). Sum of RGB (Red+Green+Blue) = 210+152+215=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #D298D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D7 is #2D6728. Grayscale: #B0B0B0. Windows color (decimal): -2975529 or 14129362. OLE color: 14129362.

HSL color Cylindrical-coordinate representation of color #D298D7: hue angle of 295.24º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D298D7 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 152 215 -
CMYK 0.02 0.29 0 0.16
HSL 295.24º 0.44% 0.72% -
HSV(B) 295.24º 0.29% 0.84% -
XYZ 50.07 41.06 69.58 -
YUV 176.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 210 152 215 0.02 0.29 0 0.16 295.24 0.44 0.72
Hex D2 98 D7 2 1D 0 10 127 2C 48
Octal 322 230 327 2 35 0 20 447 54 110
Binary 11010010 10011000 11010111 10 11101 0 10000 100100111 101100 1001000

Color Harmonies of #D298D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298D7

Black with #D298D7

Text Example


Text Example

White with #D298D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298D7; }

 p { color: rgb(210,152,215); }

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

background-color css

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

 a { background-color: rgb(210,152,215); }

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

border-color css

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

 span { border-color: rgb(210,152,215); }

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