Html Css Color HEX #DBA1CB Maverick

📋 copy color: '#DBA1CB'

red 219 ◦ green 161 ◦ blue 203

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

Shades of Maverick #DBA1CB

Tints of Maverick #DBA1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 37.56%
G = 27.62%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBA1CB (or 0xDBA1CB) is known color: Maverick. HEX triplet: DB, A1 and CB. RGB value is (219,161,203). Sum of RGB (Red+Green+Blue) = 219+161+203=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CB is #245E34. Grayscale: #B7B7B7. Windows color (decimal): -2383413 or 13345243. OLE color: 13345243.

HSL color Cylindrical-coordinate representation of color #DBA1CB: hue angle of 316.55º degrees, saturation: 0.45, 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 #DBA1CB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 203 -
CMYK 0 0.26 0.07 0.14
HSL 316.55º 0.45% 0.75% -
HSV(B) 316.55º 0.26% 0.86% -
XYZ 52.74 44.86 62.38 -
YUV 183.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 219 161 203 0 0.26 0.07 0.14 316.55 0.45 0.75
Hex DB A1 CB 0 1A 7 E 13D 2D 4B
Octal 333 241 313 0 32 7 16 475 55 113
Binary 11011011 10100001 11001011 0 11010 111 1110 100111101 101101 1001011

Color Harmonies of #DBA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1CB

Black with #DBA1CB

Text Example


Text Example

White with #DBA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1CB; }

 p { color: rgb(219,161,203); }

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

background-color css

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

 a { background-color: rgb(219,161,203); }

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

border-color css

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

 span { border-color: rgb(219,161,203); }

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