Html Css Color HEX #D295DB Plum

📋 copy color: '#D295DB'

red 210 ◦ green 149 ◦ blue 219

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

Shades of Plum #D295DB

Tints of Plum #D295DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 36.33%
G = 25.78%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D295DB (or 0xD295DB) is known color: Plum. HEX triplet: D2, 95 and DB. RGB value is (210,149,219). Sum of RGB (Red+Green+Blue) = 210+149+219=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D295DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295DB is #2D6A24. Grayscale: #AFAFAF. Windows color (decimal): -2976293 or 14390738. OLE color: 14390738.

HSL color Cylindrical-coordinate representation of color #D295DB: hue angle of 292.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D295DB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 149 219 -
CMYK 0.04 0.32 0 0.14
HSL 292.29º 0.49% 0.72% -
HSV(B) 292.29º 0.32% 0.86% -
XYZ 50.11 40.31 72.16 -
YUV 175.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 210 149 219 0.04 0.32 0 0.14 292.29 0.49 0.72
Hex D2 95 DB 4 20 0 E 124 31 48
Octal 322 225 333 4 40 0 16 444 61 110
Binary 11010010 10010101 11011011 100 100000 0 1110 100100100 110001 1001000

Color Harmonies of #D295DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295DB

Black with #D295DB

Text Example


Text Example

White with #D295DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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