Html Css Color HEX #DAA1C8 Maverick

📋 copy color: '#DAA1C8'

red 218 ◦ green 161 ◦ blue 200

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

Shades of Maverick #DAA1C8

Tints of Maverick #DAA1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.54%

R = 37.65%
G = 27.81%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAA1C8 (or 0xDAA1C8) is known color: Maverick. HEX triplet: DA, A1 and C8. RGB value is (218,161,200). Sum of RGB (Red+Green+Blue) = 218+161+200=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1C8 is #255E37. Grayscale: #B6B6B6. Windows color (decimal): -2448952 or 13148634. OLE color: 13148634.

HSL color Cylindrical-coordinate representation of color #DAA1C8: hue angle of 318.95º 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 #DAA1C8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 200 -
CMYK 0 0.26 0.08 0.15
HSL 318.95º 0.44% 0.74% -
HSV(B) 318.95º 0.26% 0.85% -
XYZ 52.08 44.57 60.5 -
YUV 182.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 218 161 200 0 0.26 0.08 0.15 318.95 0.44 0.74
Hex DA A1 C8 0 1A 8 F 13F 2C 4A
Octal 332 241 310 0 32 10 17 477 54 112
Binary 11011010 10100001 11001000 0 11010 1000 1111 100111111 101100 1001010

Color Harmonies of #DAA1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1C8

Black with #DAA1C8

Text Example


Text Example

White with #DAA1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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