Html Css Color HEX #DBA9CB Maverick

📋 copy color: '#DBA9CB'

red 219 ◦ green 169 ◦ blue 203

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

Shades of Maverick #DBA9CB

Tints of Maverick #DBA9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.6%

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

R = 37.06%
G = 28.6%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBA9CB (or 0xDBA9CB) is known color: Maverick. HEX triplet: DB, A9 and CB. RGB value is (219,169,203). Sum of RGB (Red+Green+Blue) = 219+169+203=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CB is #245634. Grayscale: #BBBBBB. Windows color (decimal): -2381365 or 13347291. OLE color: 13347291.

HSL color Cylindrical-coordinate representation of color #DBA9CB: hue angle of 319.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9CB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 203 -
CMYK 0 0.23 0.07 0.14
HSL 319.2º 0.41% 0.76% -
HSV(B) 319.2º 0.23% 0.86% -
XYZ 54.18 47.75 62.86 -
YUV 187.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 219 169 203 0 0.23 0.07 0.14 319.2 0.41 0.76
Hex DB A9 CB 0 17 7 E 13F 29 4C
Octal 333 251 313 0 27 7 16 477 51 114
Binary 11011011 10101001 11001011 0 10111 111 1110 100111111 101001 1001100

Color Harmonies of #DBA9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9CB

Black with #DBA9CB

Text Example


Text Example

White with #DBA9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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