Html Css Color HEX #D7A8C8 Maverick

📋 copy color: '#D7A8C8'

red 215 ◦ green 168 ◦ blue 200

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

Shades of Maverick #D7A8C8

Tints of Maverick #D7A8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.82%

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

R = 36.88%
G = 28.82%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7A8C8 (or 0xD7A8C8) is known color: Maverick. HEX triplet: D7, A8 and C8. RGB value is (215,168,200). Sum of RGB (Red+Green+Blue) = 215+168+200=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C8 is #285737. Grayscale: #B9B9B9. Windows color (decimal): -2643768 or 13150423. OLE color: 13150423.

HSL color Cylindrical-coordinate representation of color #D7A8C8: hue angle of 319.15º degrees, saturation: 0.37, 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 #D7A8C8 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 200 -
CMYK 0 0.22 0.07 0.16
HSL 319.15º 0.37% 0.75% -
HSV(B) 319.15º 0.22% 0.84% -
XYZ 52.45 46.62 60.88 -
YUV 185.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 215 168 200 0 0.22 0.07 0.16 319.15 0.37 0.75
Hex D7 A8 C8 0 16 7 10 13F 25 4B
Octal 327 250 310 0 26 7 20 477 45 113
Binary 11010111 10101000 11001000 0 10110 111 10000 100111111 100101 1001011

Color Harmonies of #D7A8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8C8

Black with #D7A8C8

Text Example


Text Example

White with #D7A8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8C8; }

 p { color: rgb(215,168,200); }

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

background-color css

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

 a { background-color: rgb(215,168,200); }

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

border-color css

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

 span { border-color: rgb(215,168,200); }

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