Html Css Color HEX #DBA4CB Maverick

📋 copy color: '#DBA4CB'

red 219 ◦ green 164 ◦ blue 203

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

Shades of Maverick #DBA4CB

Tints of Maverick #DBA4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.99%

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

R = 37.37%
G = 27.99%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBA4CB (or 0xDBA4CB) is known color: Maverick. HEX triplet: DB, A4 and CB. RGB value is (219,164,203). Sum of RGB (Red+Green+Blue) = 219+164+203=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CB is #245B34. Grayscale: #B8B8B8. Windows color (decimal): -2382645 or 13346011. OLE color: 13346011.

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

Color convert

RGB 219 164 203 -
CMYK 0 0.25 0.07 0.14
HSL 317.45º 0.43% 0.75% -
HSV(B) 317.45º 0.25% 0.86% -
XYZ 53.27 45.92 62.56 -
YUV 184.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 219 164 203 0 0.25 0.07 0.14 317.45 0.43 0.75
Hex DB A4 CB 0 19 7 E 13D 2B 4B
Octal 333 244 313 0 31 7 16 475 53 113
Binary 11011011 10100100 11001011 0 11001 111 1110 100111101 101011 1001011

Color Harmonies of #DBA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4CB

Black with #DBA4CB

Text Example


Text Example

White with #DBA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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