Html Css Color HEX #DAA1CA Maverick

📋 copy color: '#DAA1CA'

red 218 ◦ green 161 ◦ blue 202

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

Shades of Maverick #DAA1CA

Tints of Maverick #DAA1CA

RGB

 RED value IS 218 (85.55% from 255) = 37.52%

 GREEN value IS 161 (63.28% from 255) = 27.71%

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 37.52%
G = 27.71%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAA1CA (or 0xDAA1CA) is known color: Maverick. HEX triplet: DA, A1 and CA. RGB value is (218,161,202). Sum of RGB (Red+Green+Blue) = 218+161+202=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1CA is #255E35. Grayscale: #B6B6B6. Windows color (decimal): -2448950 or 13279706. OLE color: 13279706.

HSL color Cylindrical-coordinate representation of color #DAA1CA: hue angle of 316.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1CA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 202 -
CMYK 0 0.26 0.07 0.15
HSL 316.84º 0.44% 0.74% -
HSV(B) 316.84º 0.26% 0.85% -
XYZ 52.32 44.66 61.74 -
YUV 182.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 218 161 202 0 0.26 0.07 0.15 316.84 0.44 0.74
Hex DA A1 CA 0 1A 7 F 13D 2C 4A
Octal 332 241 312 0 32 7 17 475 54 112
Binary 11011010 10100001 11001010 0 11010 111 1111 100111101 101100 1001010

Color Harmonies of #DAA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1CA

Black with #DAA1CA

Text Example


Text Example

White with #DAA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1CA; }

 p { color: rgb(218,161,202); }

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

background-color css

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

 a { background-color: rgb(218,161,202); }

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

border-color css

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

 span { border-color: rgb(218,161,202); }

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