Html Css Color HEX #D292DD Plum

📋 copy color: '#D292DD'

red 210 ◦ green 146 ◦ blue 221

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

Shades of Plum #D292DD

Tints of Plum #D292DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.3%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 36.4%
G = 25.3%
B = 38.3%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D292DD (or 0xD292DD) is known color: Plum. HEX triplet: D2, 92 and DD. RGB value is (210,146,221). Sum of RGB (Red+Green+Blue) = 210+146+221=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D292DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292DD is #2D6D22. Grayscale: #ADADAD. Windows color (decimal): -2977059 or 14521042. OLE color: 14521042.

HSL color Cylindrical-coordinate representation of color #D292DD: hue angle of 291.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D292DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 146 221 -
CMYK 0.05 0.34 0 0.13
HSL 291.2º 0.52% 0.72% -
HSV(B) 291.2º 0.34% 0.87% -
XYZ 49.91 39.48 73.4 -
YUV 173.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 210 146 221 0.05 0.34 0 0.13 291.2 0.52 0.72
Hex D2 92 DD 5 22 0 D 123 34 48
Octal 322 222 335 5 42 0 15 443 64 110
Binary 11010010 10010010 11011101 101 100010 0 1101 100100011 110100 1001000

Color Harmonies of #D292DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292DD

Black with #D292DD

Text Example


Text Example

White with #D292DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292DD; }

 p { color: rgb(210,146,221); }

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

background-color css

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

 a { background-color: rgb(210,146,221); }

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

border-color css

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

 span { border-color: rgb(210,146,221); }

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