Html Css Color HEX #D4ACFD Mauve

📋 copy color: '#D4ACFD'

red 212 ◦ green 172 ◦ blue 253

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

Shades of Mauve #D4ACFD

Tints of Mauve #D4ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.72%

R = 33.28%
G = 27%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4ACFD (or 0xD4ACFD) is known color: Mauve. HEX triplet: D4, AC and FD. RGB value is (212,172,253). Sum of RGB (Red+Green+Blue) = 212+172+253=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFD is #2B5302. Grayscale: #C0C0C0. Windows color (decimal): -2839299 or 16624852. OLE color: 16624852.

HSL color Cylindrical-coordinate representation of color #D4ACFD: hue angle of 269.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4ACFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 172 253 -
CMYK 0.16 0.32 0 0.01
HSL 269.63º 0.95% 0.83% -
HSV(B) 269.63º 0.32% 0.99% -
XYZ 59.63 50.59 99.55 -
YUV 193.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 212 172 253 0.16 0.32 0 0.01 269.63 0.95 0.83
Hex D4 AC FD 10 20 0 1 10E 5F 53
Octal 324 254 375 20 40 0 1 416 137 123
Binary 11010100 10101100 11111101 10000 100000 0 1 100001110 1011111 1010011

Color Harmonies of #D4ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACFD

Black with #D4ACFD

Text Example


Text Example

White with #D4ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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