Html Css Color HEX #D295D8 Plum

📋 copy color: '#D295D8'

red 210 ◦ green 149 ◦ blue 216

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

Shades of Plum #D295D8

Tints of Plum #D295D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 36.52%
G = 25.91%
B = 37.57%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D295D8 (or 0xD295D8) is known color: Plum. HEX triplet: D2, 95 and D8. RGB value is (210,149,216). Sum of RGB (Red+Green+Blue) = 210+149+216=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #D295D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295D8 is #2D6A27. Grayscale: #AEAEAE. Windows color (decimal): -2976296 or 14194130. OLE color: 14194130.

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

Color convert

RGB 210 149 216 -
CMYK 0.03 0.31 0 0.15
HSL 294.63º 0.46% 0.72% -
HSV(B) 294.63º 0.31% 0.85% -
XYZ 49.72 40.15 70.1 -
YUV 174.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 210 149 216 0.03 0.31 0 0.15 294.63 0.46 0.72
Hex D2 95 D8 3 1F 0 F 127 2E 48
Octal 322 225 330 3 37 0 17 447 56 110
Binary 11010010 10010101 11011000 11 11111 0 1111 100100111 101110 1001000

Color Harmonies of #D295D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295D8

Black with #D295D8

Text Example


Text Example

White with #D295D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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