Html Css Color HEX #D7A5C7 Maverick

📋 copy color: '#D7A5C7'

red 215 ◦ green 165 ◦ blue 199

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

Shades of Maverick #D7A5C7

Tints of Maverick #D7A5C7

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

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

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 37.13%
G = 28.5%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7A5C7 (or 0xD7A5C7) is known color: Maverick. HEX triplet: D7, A5 and C7. RGB value is (215,165,199). Sum of RGB (Red+Green+Blue) = 215+165+199=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5C7 is #285A38. Grayscale: #B7B7B7. Windows color (decimal): -2644537 or 13084119. OLE color: 13084119.

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

Color convert

RGB 215 165 199 -
CMYK 0 0.23 0.07 0.16
HSL 319.2º 0.38% 0.75% -
HSV(B) 319.2º 0.23% 0.84% -
XYZ 51.79 45.48 60.08 -
YUV 183.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 215 165 199 0 0.23 0.07 0.16 319.2 0.38 0.75
Hex D7 A5 C7 0 17 7 10 13F 26 4B
Octal 327 245 307 0 27 7 20 477 46 113
Binary 11010111 10100101 11000111 0 10111 111 10000 100111111 100110 1001011

Color Harmonies of #D7A5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5C7

Black with #D7A5C7

Text Example


Text Example

White with #D7A5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5C7; }

 p { color: rgb(215,165,199); }

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

background-color css

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

 a { background-color: rgb(215,165,199); }

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

border-color css

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

 span { border-color: rgb(215,165,199); }

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