Html Css Color HEX #D399D5 Plum

📋 copy color: '#D399D5'

red 211 ◦ green 153 ◦ blue 213

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

Shades of Plum #D399D5

Tints of Plum #D399D5

RGB

 RED value IS 211 (82.81% from 255) = 36.57%

 GREEN value IS 153 (60.16% from 255) = 26.52%

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 36.57%
G = 26.52%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D399D5 (or 0xD399D5) is known color: Plum. HEX triplet: D3, 99 and D5. RGB value is (211,153,213). Sum of RGB (Red+Green+Blue) = 211+153+213=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #D399D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D5 is #2C662A. Grayscale: #B1B1B1. Windows color (decimal): -2909739 or 13998547. OLE color: 13998547.

HSL color Cylindrical-coordinate representation of color #D399D5: hue angle of 298º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D399D5 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 153 213 -
CMYK 0.01 0.28 0 0.16
HSL 298º 0.42% 0.72% -
HSV(B) 298º 0.28% 0.84% -
XYZ 50.27 41.44 68.3 -
YUV 177.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 211 153 213 0.01 0.28 0 0.16 298 0.42 0.72
Hex D3 99 D5 1 1C 0 10 12A 2A 48
Octal 323 231 325 1 34 0 20 452 52 110
Binary 11010011 10011001 11010101 1 11100 0 10000 100101010 101010 1001000

Color Harmonies of #D399D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399D5

Black with #D399D5

Text Example


Text Example

White with #D399D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399D5; }

 p { color: rgb(211,153,213); }

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

background-color css

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

 a { background-color: rgb(211,153,213); }

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

border-color css

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

 span { border-color: rgb(211,153,213); }

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