Html Css Color HEX #D7A7CA Maverick

📋 copy color: '#D7A7CA'

red 215 ◦ green 167 ◦ blue 202

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

Shades of Maverick #D7A7CA

Tints of Maverick #D7A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.6%

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

R = 36.82%
G = 28.6%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7A7CA (or 0xD7A7CA) is known color: Maverick. HEX triplet: D7, A7 and CA. RGB value is (215,167,202). Sum of RGB (Red+Green+Blue) = 215+167+202=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7CA is #285835. Grayscale: #B9B9B9. Windows color (decimal): -2644022 or 13281239. OLE color: 13281239.

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

Color convert

RGB 215 167 202 -
CMYK 0 0.22 0.06 0.16
HSL 316.25º 0.38% 0.75% -
HSV(B) 316.25º 0.22% 0.84% -
XYZ 52.5 46.35 62.06 -
YUV 185.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 215 167 202 0 0.22 0.06 0.16 316.25 0.38 0.75
Hex D7 A7 CA 0 16 6 10 13C 26 4B
Octal 327 247 312 0 26 6 20 474 46 113
Binary 11010111 10100111 11001010 0 10110 110 10000 100111100 100110 1001011

Color Harmonies of #D7A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A7CA

Black with #D7A7CA

Text Example


Text Example

White with #D7A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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