Html Css Color HEX #D399D4 Plum

📋 copy color: '#D399D4'

red 211 ◦ green 153 ◦ blue 212

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

Shades of Plum #D399D4

Tints of Plum #D399D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 36.63%
G = 26.56%
B = 36.81%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D399D4 (or 0xD399D4) is known color: Plum. HEX triplet: D3, 99 and D4. RGB value is (211,153,212). Sum of RGB (Red+Green+Blue) = 211+153+212=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #D399D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D4 is #2C662B. Grayscale: #B0B0B0. Windows color (decimal): -2909740 or 13933011. OLE color: 13933011.

HSL color Cylindrical-coordinate representation of color #D399D4: hue angle of 298.98º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D399D4 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 212 -
CMYK 0.00 0.28 0 0.17
HSL 298.98º 0.41% 0.72% -
HSV(B) 298.98º 0.28% 0.83% -
XYZ 50.14 41.38 67.63 -
YUV 177.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 211 153 212 0.00 0.28 0 0.17 298.98 0.41 0.72
Hex D3 99 D4 0 1C 0 11 12B 29 48
Octal 323 231 324 0 34 0 21 453 51 110
Binary 11010011 10011001 11010100 0 11100 0 10001 100101011 101001 1001000

Color Harmonies of #D399D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399D4

Black with #D399D4

Text Example


Text Example

White with #D399D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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