Html Css Color HEX #D48FD6 Plum

📋 copy color: '#D48FD6'

red 212 ◦ green 143 ◦ blue 214

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

Shades of Plum #D48FD6

Tints of Plum #D48FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.13%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 37.26%
G = 25.13%
B = 37.61%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D48FD6 (or 0xD48FD6) is known color: Plum. HEX triplet: D4, 8F and D6. RGB value is (212,143,214). Sum of RGB (Red+Green+Blue) = 212+143+214=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #D48FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FD6 is #2B7029. Grayscale: #ABABAB. Windows color (decimal): -2846762 or 14061524. OLE color: 14061524.

HSL color Cylindrical-coordinate representation of color #D48FD6: hue angle of 298.31º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FD6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 143 214 -
CMYK 0.01 0.33 0 0.16
HSL 298.31º 0.46% 0.7% -
HSV(B) 298.31º 0.33% 0.84% -
XYZ 49.11 38.5 68.46 -
YUV 171.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 212 143 214 0.01 0.33 0 0.16 298.31 0.46 0.7
Hex D4 8F D6 1 21 0 10 12A 2E 46
Octal 324 217 326 1 41 0 20 452 56 106
Binary 11010100 10001111 11010110 1 100001 0 10000 100101010 101110 1000110

Color Harmonies of #D48FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FD6

Black with #D48FD6

Text Example


Text Example

White with #D48FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FD6; }

 p { color: rgb(212,143,214); }

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

background-color css

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

 a { background-color: rgb(212,143,214); }

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

border-color css

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

 span { border-color: rgb(212,143,214); }

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