Html Css Color HEX #DBA6C8 Maverick

📋 copy color: '#DBA6C8'

red 219 ◦ green 166 ◦ blue 200

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

Shades of Maverick #DBA6C8

Tints of Maverick #DBA6C8

RGB

 RED value IS 219 (85.94% from 255) = 37.44%

 GREEN value IS 166 (65.23% from 255) = 28.38%

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

R = 37.44%
G = 28.38%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBA6C8 (or 0xDBA6C8) is known color: Maverick. HEX triplet: DB, A6 and C8. RGB value is (219,166,200). Sum of RGB (Red+Green+Blue) = 219+166+200=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C8 is #245937. Grayscale: #B9B9B9. Windows color (decimal): -2382136 or 13149915. OLE color: 13149915.

HSL color Cylindrical-coordinate representation of color #DBA6C8: hue angle of 321.51º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6C8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 200 -
CMYK 0 0.24 0.09 0.14
HSL 321.51º 0.42% 0.75% -
HSV(B) 321.51º 0.24% 0.86% -
XYZ 53.27 46.5 60.81 -
YUV 185.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 219 166 200 0 0.24 0.09 0.14 321.51 0.42 0.75
Hex DB A6 C8 0 18 9 E 142 2A 4B
Octal 333 246 310 0 30 11 16 502 52 113
Binary 11011011 10100110 11001000 0 11000 1001 1110 101000010 101010 1001011

Color Harmonies of #DBA6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6C8

Black with #DBA6C8

Text Example


Text Example

White with #DBA6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6C8; }

 p { color: rgb(219,166,200); }

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

background-color css

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

 a { background-color: rgb(219,166,200); }

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

border-color css

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

 span { border-color: rgb(219,166,200); }

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