Html Css Color HEX #D7A5CA Maverick

📋 copy color: '#D7A5CA'

red 215 ◦ green 165 ◦ blue 202

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

Shades of Maverick #D7A5CA

Tints of Maverick #D7A5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 36.94%
G = 28.35%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A5CA (or 0xD7A5CA) is known color: Maverick. HEX triplet: D7, A5 and CA. RGB value is (215,165,202). Sum of RGB (Red+Green+Blue) = 215+165+202=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5CA is #285A35. Grayscale: #B8B8B8. Windows color (decimal): -2644534 or 13280727. OLE color: 13280727.

HSL color Cylindrical-coordinate representation of color #D7A5CA: hue angle of 315.6º 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 #D7A5CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 165 202 -
CMYK 0 0.23 0.06 0.16
HSL 315.6º 0.38% 0.75% -
HSV(B) 315.6º 0.23% 0.84% -
XYZ 52.14 45.62 61.93 -
YUV 184.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 215 165 202 0 0.23 0.06 0.16 315.6 0.38 0.75
Hex D7 A5 CA 0 17 6 10 13C 26 4B
Octal 327 245 312 0 27 6 20 474 46 113
Binary 11010111 10100101 11001010 0 10111 110 10000 100111100 100110 1001011

Color Harmonies of #D7A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5CA

Black with #D7A5CA

Text Example


Text Example

White with #D7A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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