Html Css Color HEX #D38CD2 Plum

📋 copy color: '#D38CD2'

red 211 ◦ green 140 ◦ blue 210

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

Shades of Plum #D38CD2

Tints of Plum #D38CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 37.61%
G = 24.96%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D38CD2 (or 0xD38CD2) is known color: Plum. HEX triplet: D3, 8C and D2. RGB value is (211,140,210). Sum of RGB (Red+Green+Blue) = 211+140+210=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CD2 is #2C732D. Grayscale: #A8A8A8. Windows color (decimal): -2913070 or 13798611. OLE color: 13798611.

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

Color convert

RGB 211 140 210 -
CMYK 0 0.34 0.00 0.17
HSL 300.85º 0.45% 0.69% -
HSV(B) 300.85º 0.34% 0.83% -
XYZ 47.87 37.26 65.64 -
YUV 169.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 211 140 210 0 0.34 0.00 0.17 300.85 0.45 0.69
Hex D3 8C D2 0 22 0 11 12D 2D 45
Octal 323 214 322 0 42 0 21 455 55 105
Binary 11010011 10001100 11010010 0 100010 0 10001 100101101 101101 1000101

Color Harmonies of #D38CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CD2

Black with #D38CD2

Text Example


Text Example

White with #D38CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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