Html Css Color HEX #D295D7 Plum

📋 copy color: '#D295D7'

red 210 ◦ green 149 ◦ blue 215

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

Shades of Plum #D295D7

Tints of Plum #D295D7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.96%

 BLUE value IS 215 (84.38% from 255) = 37.46%

R = 36.59%
G = 25.96%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D295D7 (or 0xD295D7) is known color: Plum. HEX triplet: D2, 95 and D7. RGB value is (210,149,215). Sum of RGB (Red+Green+Blue) = 210+149+215=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #D295D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D7 is #2D6A28. Grayscale: #AEAEAE. Windows color (decimal): -2976297 or 14128594. OLE color: 14128594.

HSL color Cylindrical-coordinate representation of color #D295D7: hue angle of 295.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D295D7 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 149 215 -
CMYK 0.02 0.31 0 0.16
HSL 295.45º 0.45% 0.71% -
HSV(B) 295.45º 0.31% 0.84% -
XYZ 49.59 40.1 69.42 -
YUV 174.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 210 149 215 0.02 0.31 0 0.16 295.45 0.45 0.71
Hex D2 95 D7 2 1F 0 10 127 2D 47
Octal 322 225 327 2 37 0 20 447 55 107
Binary 11010010 10010101 11010111 10 11111 0 10000 100100111 101101 1000111

Color Harmonies of #D295D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295D7

Black with #D295D7

Text Example


Text Example

White with #D295D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295D7; }

 p { color: rgb(210,149,215); }

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

background-color css

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

 a { background-color: rgb(210,149,215); }

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

border-color css

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

 span { border-color: rgb(210,149,215); }

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