Html Css Color HEX #D48CDC Plum

📋 copy color: '#D48CDC'

red 212 ◦ green 140 ◦ blue 220

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

Shades of Plum #D48CDC

Tints of Plum #D48CDC

RGB

 RED value IS 212 (83.2% from 255) = 37.06%

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 37.06%
G = 24.48%
B = 38.46%

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

#D48CDC (or 0xD48CDC) is known color: Plum. HEX triplet: D4, 8C and DC. RGB value is (212,140,220). Sum of RGB (Red+Green+Blue) = 212+140+220=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D48CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CDC is #2B7323. Grayscale: #AAAAAA. Windows color (decimal): -2847524 or 14453972. OLE color: 14453972.

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

Color convert

RGB 212 140 220 -
CMYK 0.04 0.36 0 0.14
HSL 294º 0.53% 0.71% -
HSV(B) 294º 0.36% 0.86% -
XYZ 49.45 37.92 72.42 -
YUV 170.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 212 140 220 0.04 0.36 0 0.14 294 0.53 0.71
Hex D4 8C DC 4 24 0 E 126 35 47
Octal 324 214 334 4 44 0 16 446 65 107
Binary 11010100 10001100 11011100 100 100100 0 1110 100100110 110101 1000111

Color Harmonies of #D48CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CDC

Black with #D48CDC

Text Example


Text Example

White with #D48CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CDC; }

 p { color: rgb(212,140,220); }

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

background-color css

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

 a { background-color: rgb(212,140,220); }

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

border-color css

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

 span { border-color: rgb(212,140,220); }

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