Html Css Color HEX #D398DE Plum

📋 copy color: '#D398DE'

red 211 ◦ green 152 ◦ blue 222

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

Shades of Plum #D398DE

Tints of Plum #D398DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.98%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 36.07%
G = 25.98%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D398DE (or 0xD398DE) is known color: Plum. HEX triplet: D3, 98 and DE. RGB value is (211,152,222). Sum of RGB (Red+Green+Blue) = 211+152+222=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #D398DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398DE is #2C6721. Grayscale: #B1B1B1. Windows color (decimal): -2909986 or 14588115. OLE color: 14588115.

HSL color Cylindrical-coordinate representation of color #D398DE: hue angle of 290.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D398DE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 152 222 -
CMYK 0.05 0.32 0 0.13
HSL 290.57º 0.51% 0.73% -
HSV(B) 290.57º 0.32% 0.87% -
XYZ 51.28 41.58 74.43 -
YUV 177.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 211 152 222 0.05 0.32 0 0.13 290.57 0.51 0.73
Hex D3 98 DE 5 20 0 D 123 33 49
Octal 323 230 336 5 40 0 15 443 63 111
Binary 11010011 10011000 11011110 101 100000 0 1101 100100011 110011 1001001

Color Harmonies of #D398DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398DE

Black with #D398DE

Text Example


Text Example

White with #D398DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398DE; }

 p { color: rgb(211,152,222); }

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

background-color css

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

 a { background-color: rgb(211,152,222); }

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

border-color css

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

 span { border-color: rgb(211,152,222); }

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