Html Css Color HEX #D59AC3 Maverick

📋 copy color: '#D59AC3'

red 213 ◦ green 154 ◦ blue 195

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

Shades of Maverick #D59AC3

Tints of Maverick #D59AC3

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

 GREEN value IS 154 (60.55% from 255) = 27.4%

 BLUE value IS 195 (76.56% from 255) = 34.7%

R = 37.9%
G = 27.4%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D59AC3 (or 0xD59AC3) is known color: Maverick. HEX triplet: D5, 9A and C3. RGB value is (213,154,195). Sum of RGB (Red+Green+Blue) = 213+154+195=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AC3 is #2A653C. Grayscale: #B0B0B0. Windows color (decimal): -2778429 or 12819157. OLE color: 12819157.

HSL color Cylindrical-coordinate representation of color #D59AC3: hue angle of 318.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AC3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 195 -
CMYK 0 0.28 0.08 0.16
HSL 318.31º 0.41% 0.72% -
HSV(B) 318.31º 0.28% 0.84% -
XYZ 48.85 41.2 57.01 -
YUV 176.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 213 154 195 0 0.28 0.08 0.16 318.31 0.41 0.72
Hex D5 9A C3 0 1C 8 10 13E 29 48
Octal 325 232 303 0 34 10 20 476 51 110
Binary 11010101 10011010 11000011 0 11100 1000 10000 100111110 101001 1001000

Color Harmonies of #D59AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AC3

Black with #D59AC3

Text Example


Text Example

White with #D59AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AC3; }

 p { color: rgb(213,154,195); }

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

background-color css

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

 a { background-color: rgb(213,154,195); }

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

border-color css

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

 span { border-color: rgb(213,154,195); }

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