Html Css Color HEX #D299D9 Plum

📋 copy color: '#D299D9'

red 210 ◦ green 153 ◦ blue 217

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

Shades of Plum #D299D9

Tints of Plum #D299D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 36.21%
G = 26.38%
B = 37.41%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D299D9 (or 0xD299D9) is known color: Plum. HEX triplet: D2, 99 and D9. RGB value is (210,153,217). Sum of RGB (Red+Green+Blue) = 210+153+217=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #D299D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299D9 is #2D6626. Grayscale: #B1B1B1. Windows color (decimal): -2975271 or 14260690. OLE color: 14260690.

HSL color Cylindrical-coordinate representation of color #D299D9: hue angle of 293.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D299D9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 153 217 -
CMYK 0.03 0.29 0 0.15
HSL 293.44º 0.46% 0.73% -
HSV(B) 293.44º 0.29% 0.85% -
XYZ 50.49 41.49 70.99 -
YUV 177.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 210 153 217 0.03 0.29 0 0.15 293.44 0.46 0.73
Hex D2 99 D9 3 1D 0 F 125 2E 49
Octal 322 231 331 3 35 0 17 445 56 111
Binary 11010010 10011001 11011001 11 11101 0 1111 100100101 101110 1001001

Color Harmonies of #D299D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299D9

Black with #D299D9

Text Example


Text Example

White with #D299D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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