Html Css Color HEX #D299DC Plum

📋 copy color: '#D299DC'

red 210 ◦ green 153 ◦ blue 220

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

Shades of Plum #D299DC

Tints of Plum #D299DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.24%

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

R = 36.02%
G = 26.24%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D299DC (or 0xD299DC) is known color: Plum. HEX triplet: D2, 99 and DC. RGB value is (210,153,220). Sum of RGB (Red+Green+Blue) = 210+153+220=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D299DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DC is #2D6623. Grayscale: #B1B1B1. Windows color (decimal): -2975268 or 14457298. OLE color: 14457298.

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

Color convert

RGB 210 153 220 -
CMYK 0.05 0.30 0 0.14
HSL 291.04º 0.49% 0.73% -
HSV(B) 291.04º 0.3% 0.86% -
XYZ 50.89 41.65 73.07 -
YUV 177.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 210 153 220 0.05 0.30 0 0.14 291.04 0.49 0.73
Hex D2 99 DC 5 1E 0 E 123 31 49
Octal 322 231 334 5 36 0 16 443 61 111
Binary 11010010 10011001 11011100 101 11110 0 1110 100100011 110001 1001001

Color Harmonies of #D299DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299DC

Black with #D299DC

Text Example


Text Example

White with #D299DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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