Html Css Color HEX #DBA0CA Maverick

📋 copy color: '#DBA0CA'

red 219 ◦ green 160 ◦ blue 202

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

Shades of Maverick #DBA0CA

Tints of Maverick #DBA0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.54%

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

R = 37.69%
G = 27.54%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBA0CA (or 0xDBA0CA) is known color: Maverick. HEX triplet: DB, A0 and CA. RGB value is (219,160,202). Sum of RGB (Red+Green+Blue) = 219+160+202=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CA is #245F35. Grayscale: #B6B6B6. Windows color (decimal): -2383670 or 13279451. OLE color: 13279451.

HSL color Cylindrical-coordinate representation of color #DBA0CA: hue angle of 317.29º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0CA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 202 -
CMYK 0 0.27 0.08 0.14
HSL 317.29º 0.45% 0.74% -
HSV(B) 317.29º 0.27% 0.86% -
XYZ 52.44 44.47 61.7 -
YUV 182.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 219 160 202 0 0.27 0.08 0.14 317.29 0.45 0.74
Hex DB A0 CA 0 1B 8 E 13D 2D 4A
Octal 333 240 312 0 33 10 16 475 55 112
Binary 11011011 10100000 11001010 0 11011 1000 1110 100111101 101101 1001010

Color Harmonies of #DBA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0CA

Black with #DBA0CA

Text Example


Text Example

White with #DBA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0CA; }

 p { color: rgb(219,160,202); }

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

background-color css

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

 a { background-color: rgb(219,160,202); }

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

border-color css

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

 span { border-color: rgb(219,160,202); }

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