Html Css Color HEX #DBA4C9 Maverick

📋 copy color: '#DBA4C9'

red 219 ◦ green 164 ◦ blue 201

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

Shades of Maverick #DBA4C9

Tints of Maverick #DBA4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 37.5%
G = 28.08%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBA4C9 (or 0xDBA4C9) is known color: Maverick. HEX triplet: DB, A4 and C9. RGB value is (219,164,201). Sum of RGB (Red+Green+Blue) = 219+164+201=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4C9 is #245B36. Grayscale: #B8B8B8. Windows color (decimal): -2382647 or 13214939. OLE color: 13214939.

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

Color convert

RGB 219 164 201 -
CMYK 0 0.25 0.08 0.14
HSL 319.64º 0.43% 0.75% -
HSV(B) 319.64º 0.25% 0.86% -
XYZ 53.03 45.83 61.31 -
YUV 184.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 219 164 201 0 0.25 0.08 0.14 319.64 0.43 0.75
Hex DB A4 C9 0 19 8 E 140 2B 4B
Octal 333 244 311 0 31 10 16 500 53 113
Binary 11011011 10100100 11001001 0 11001 1000 1110 101000000 101011 1001011

Color Harmonies of #DBA4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4C9

Black with #DBA4C9

Text Example


Text Example

White with #DBA4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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