Html Css Color HEX #D38CDD Plum

📋 copy color: '#D38CDD'

red 211 ◦ green 140 ◦ blue 221

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

Shades of Plum #D38CDD

Tints of Plum #D38CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 36.89%
G = 24.48%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D38CDD (or 0xD38CDD) is known color: Plum. HEX triplet: D3, 8C and DD. RGB value is (211,140,221). Sum of RGB (Red+Green+Blue) = 211+140+221=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CDD is #2C7322. Grayscale: #AAAAAA. Windows color (decimal): -2913059 or 14519507. OLE color: 14519507.

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

Color convert

RGB 211 140 221 -
CMYK 0.05 0.37 0 0.13
HSL 292.59º 0.54% 0.71% -
HSV(B) 292.59º 0.37% 0.87% -
XYZ 49.29 37.83 73.11 -
YUV 170.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 211 140 221 0.05 0.37 0 0.13 292.59 0.54 0.71
Hex D3 8C DD 5 25 0 D 125 36 47
Octal 323 214 335 5 45 0 15 445 66 107
Binary 11010011 10001100 11011101 101 100101 0 1101 100100101 110110 1000111

Color Harmonies of #D38CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CDD

Black with #D38CDD

Text Example


Text Example

White with #D38CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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