Html Css Color HEX #DBA2CA Maverick

📋 copy color: '#DBA2CA'

red 219 ◦ green 162 ◦ blue 202

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

Shades of Maverick #DBA2CA

Tints of Maverick #DBA2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.79%

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

R = 37.56%
G = 27.79%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBA2CA (or 0xDBA2CA) is known color: Maverick. HEX triplet: DB, A2 and CA. RGB value is (219,162,202). Sum of RGB (Red+Green+Blue) = 219+162+202=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2CA is #245D35. Grayscale: #B7B7B7. Windows color (decimal): -2383158 or 13279963. OLE color: 13279963.

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

Color convert

RGB 219 162 202 -
CMYK 0 0.26 0.08 0.14
HSL 317.89º 0.44% 0.75% -
HSV(B) 317.89º 0.26% 0.86% -
XYZ 52.79 45.17 61.81 -
YUV 183.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 219 162 202 0 0.26 0.08 0.14 317.89 0.44 0.75
Hex DB A2 CA 0 1A 8 E 13E 2C 4B
Octal 333 242 312 0 32 10 16 476 54 113
Binary 11011011 10100010 11001010 0 11010 1000 1110 100111110 101100 1001011

Color Harmonies of #DBA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2CA

Black with #DBA2CA

Text Example


Text Example

White with #DBA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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