Html Css Color HEX #D296DB Plum

📋 copy color: '#D296DB'

red 210 ◦ green 150 ◦ blue 219

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

Shades of Plum #D296DB

Tints of Plum #D296DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

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

R = 36.27%
G = 25.91%
B = 37.82%

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

#D296DB (or 0xD296DB) is known color: Plum. HEX triplet: D2, 96 and DB. RGB value is (210,150,219). Sum of RGB (Red+Green+Blue) = 210+150+219=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D296DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DB is #2D6924. Grayscale: #AFAFAF. Windows color (decimal): -2976037 or 14390994. OLE color: 14390994.

HSL color Cylindrical-coordinate representation of color #D296DB: hue angle of 292.17º 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 #D296DB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 150 219 -
CMYK 0.04 0.32 0 0.14
HSL 292.17º 0.49% 0.72% -
HSV(B) 292.17º 0.32% 0.86% -
XYZ 50.27 40.63 72.21 -
YUV 175.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 210 150 219 0.04 0.32 0 0.14 292.17 0.49 0.72
Hex D2 96 DB 4 20 0 E 124 31 48
Octal 322 226 333 4 40 0 16 444 61 110
Binary 11010010 10010110 11011011 100 100000 0 1110 100100100 110001 1001000

Color Harmonies of #D296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296DB

Black with #D296DB

Text Example


Text Example

White with #D296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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