Html Css Color HEX #D48ADB Plum

📋 copy color: '#D48ADB'

red 212 ◦ green 138 ◦ blue 219

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

Shades of Plum #D48ADB

Tints of Plum #D48ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.25%

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

R = 37.26%
G = 24.25%
B = 38.49%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D48ADB (or 0xD48ADB) is known color: Plum. HEX triplet: D4, 8A and DB. RGB value is (212,138,219). Sum of RGB (Red+Green+Blue) = 212+138+219=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ADB is #2B7524. Grayscale: #A9A9A9. Windows color (decimal): -2848037 or 14387924. OLE color: 14387924.

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

Color convert

RGB 212 138 219 -
CMYK 0.03 0.37 0 0.14
HSL 294.81º 0.53% 0.7% -
HSV(B) 294.81º 0.37% 0.86% -
XYZ 49.03 37.29 71.63 -
YUV 169.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 212 138 219 0.03 0.37 0 0.14 294.81 0.53 0.7
Hex D4 8A DB 3 25 0 E 127 35 46
Octal 324 212 333 3 45 0 16 447 65 106
Binary 11010100 10001010 11011011 11 100101 0 1110 100100111 110101 1000110

Color Harmonies of #D48ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ADB

Black with #D48ADB

Text Example


Text Example

White with #D48ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ADB; }

 p { color: rgb(212,138,219); }

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

background-color css

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

 a { background-color: rgb(212,138,219); }

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

border-color css

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

 span { border-color: rgb(212,138,219); }

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