Html Css Color HEX #D299DA Plum

📋 copy color: '#D299DA'

red 210 ◦ green 153 ◦ blue 218

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

Shades of Plum #D299DA

Tints of Plum #D299DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 36.14%
G = 26.33%
B = 37.52%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D299DA (or 0xD299DA) is known color: Plum. HEX triplet: D2, 99 and DA. RGB value is (210,153,218). Sum of RGB (Red+Green+Blue) = 210+153+218=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D299DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DA is #2D6625. Grayscale: #B1B1B1. Windows color (decimal): -2975270 or 14326226. OLE color: 14326226.

HSL color Cylindrical-coordinate representation of color #D299DA: hue angle of 292.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D299DA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 153 218 -
CMYK 0.04 0.30 0 0.15
HSL 292.62º 0.47% 0.73% -
HSV(B) 292.62º 0.3% 0.85% -
XYZ 50.62 41.55 71.68 -
YUV 177.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 210 153 218 0.04 0.30 0 0.15 292.62 0.47 0.73
Hex D2 99 DA 4 1E 0 F 125 2F 49
Octal 322 231 332 4 36 0 17 445 57 111
Binary 11010010 10011001 11011010 100 11110 0 1111 100100101 101111 1001001

Color Harmonies of #D299DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299DA

Black with #D299DA

Text Example


Text Example

White with #D299DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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