Html Css Color HEX #D4ACDA Plum

📋 copy color: '#D4ACDA'

red 212 ◦ green 172 ◦ blue 218

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

Shades of Plum #D4ACDA

Tints of Plum #D4ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.57%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 35.22%
G = 28.57%
B = 36.21%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4ACDA (or 0xD4ACDA) is known color: Plum. HEX triplet: D4, AC and DA. RGB value is (212,172,218). Sum of RGB (Red+Green+Blue) = 212+172+218=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDA is #2B5325. Grayscale: #BDBDBD. Windows color (decimal): -2839334 or 14331092. OLE color: 14331092.

HSL color Cylindrical-coordinate representation of color #D4ACDA: hue angle of 292.17º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4ACDA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 172 218 -
CMYK 0.03 0.21 0 0.15
HSL 292.17º 0.38% 0.76% -
HSV(B) 292.17º 0.21% 0.85% -
XYZ 54.56 48.56 72.83 -
YUV 189.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 212 172 218 0.03 0.21 0 0.15 292.17 0.38 0.76
Hex D4 AC DA 3 15 0 F 124 26 4C
Octal 324 254 332 3 25 0 17 444 46 114
Binary 11010100 10101100 11011010 11 10101 0 1111 100100100 100110 1001100

Color Harmonies of #D4ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACDA

Black with #D4ACDA

Text Example


Text Example

White with #D4ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACDA; }

 p { color: rgb(212,172,218); }

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

background-color css

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

 a { background-color: rgb(212,172,218); }

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

border-color css

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

 span { border-color: rgb(212,172,218); }

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