Html Css Color HEX #DBA5C8 Maverick

📋 copy color: '#DBA5C8'

red 219 ◦ green 165 ◦ blue 200

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

Shades of Maverick #DBA5C8

Tints of Maverick #DBA5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.25%

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 37.5%
G = 28.25%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBA5C8 (or 0xDBA5C8) is known color: Maverick. HEX triplet: DB, A5 and C8. RGB value is (219,165,200). Sum of RGB (Red+Green+Blue) = 219+165+200=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5C8 is #245A37. Grayscale: #B9B9B9. Windows color (decimal): -2382392 or 13149659. OLE color: 13149659.

HSL color Cylindrical-coordinate representation of color #DBA5C8: hue angle of 321.11º 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 #DBA5C8 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 200 -
CMYK 0 0.25 0.09 0.14
HSL 321.11º 0.43% 0.75% -
HSV(B) 321.11º 0.25% 0.86% -
XYZ 53.09 46.14 60.75 -
YUV 185.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 219 165 200 0 0.25 0.09 0.14 321.11 0.43 0.75
Hex DB A5 C8 0 19 9 E 141 2B 4B
Octal 333 245 310 0 31 11 16 501 53 113
Binary 11011011 10100101 11001000 0 11001 1001 1110 101000001 101011 1001011

Color Harmonies of #DBA5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5C8

Black with #DBA5C8

Text Example


Text Example

White with #DBA5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5C8; }

 p { color: rgb(219,165,200); }

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

background-color css

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

 a { background-color: rgb(219,165,200); }

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

border-color css

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

 span { border-color: rgb(219,165,200); }

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