Html Css Color HEX #D298DC Plum

📋 copy color: '#D298DC'

red 210 ◦ green 152 ◦ blue 220

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

Shades of Plum #D298DC

Tints of Plum #D298DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 36.08%
G = 26.12%
B = 37.8%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D298DC (or 0xD298DC) is known color: Plum. HEX triplet: D2, 98 and DC. RGB value is (210,152,220). Sum of RGB (Red+Green+Blue) = 210+152+220=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D298DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DC is #2D6723. Grayscale: #B0B0B0. Windows color (decimal): -2975524 or 14457042. OLE color: 14457042.

HSL color Cylindrical-coordinate representation of color #D298DC: hue angle of 291.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D298DC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 152 220 -
CMYK 0.05 0.31 0 0.14
HSL 291.18º 0.49% 0.73% -
HSV(B) 291.18º 0.31% 0.86% -
XYZ 50.72 41.33 73.01 -
YUV 177.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 210 152 220 0.05 0.31 0 0.14 291.18 0.49 0.73
Hex D2 98 DC 5 1F 0 E 123 31 49
Octal 322 230 334 5 37 0 16 443 61 111
Binary 11010010 10011000 11011100 101 11111 0 1110 100100011 110001 1001001

Color Harmonies of #D298DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298DC

Black with #D298DC

Text Example


Text Example

White with #D298DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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