Html Css Color HEX #D38CDB Plum

📋 copy color: '#D38CDB'

red 211 ◦ green 140 ◦ blue 219

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

Shades of Plum #D38CDB

Tints of Plum #D38CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.56%

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

R = 37.02%
G = 24.56%
B = 38.42%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D38CDB (or 0xD38CDB) is known color: Plum. HEX triplet: D3, 8C and DB. RGB value is (211,140,219). Sum of RGB (Red+Green+Blue) = 211+140+219=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CDB is #2C7324. Grayscale: #A9A9A9. Windows color (decimal): -2913061 or 14388435. OLE color: 14388435.

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

Color convert

RGB 211 140 219 -
CMYK 0.04 0.36 0 0.14
HSL 293.92º 0.52% 0.7% -
HSV(B) 293.92º 0.36% 0.86% -
XYZ 49.03 37.72 71.71 -
YUV 170.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 211 140 219 0.04 0.36 0 0.14 293.92 0.52 0.7
Hex D3 8C DB 4 24 0 E 126 34 46
Octal 323 214 333 4 44 0 16 446 64 106
Binary 11010011 10001100 11011011 100 100100 0 1110 100100110 110100 1000110

Color Harmonies of #D38CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CDB

Black with #D38CDB

Text Example


Text Example

White with #D38CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CDB; }

 p { color: rgb(211,140,219); }

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

background-color css

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

 a { background-color: rgb(211,140,219); }

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

border-color css

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

 span { border-color: rgb(211,140,219); }

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