Html Css Color HEX #D99FC7 Maverick

📋 copy color: '#D99FC7'

red 217 ◦ green 159 ◦ blue 199

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

Shades of Maverick #D99FC7

Tints of Maverick #D99FC7

RGB

 RED value IS 217 (85.16% from 255) = 37.74%

 GREEN value IS 159 (62.5% from 255) = 27.65%

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

R = 37.74%
G = 27.65%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D99FC7 (or 0xD99FC7) is known color: Maverick. HEX triplet: D9, 9F and C7. RGB value is (217,159,199). Sum of RGB (Red+Green+Blue) = 217+159+199=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC7 is #266038. Grayscale: #B4B4B4. Windows color (decimal): -2515001 or 13082585. OLE color: 13082585.

HSL color Cylindrical-coordinate representation of color #D99FC7: hue angle of 318.62º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FC7 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 199 -
CMYK 0 0.27 0.08 0.15
HSL 318.62º 0.43% 0.74% -
HSV(B) 318.62º 0.27% 0.85% -
XYZ 51.32 43.67 59.76 -
YUV 180.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 217 159 199 0 0.27 0.08 0.15 318.62 0.43 0.74
Hex D9 9F C7 0 1B 8 F 13F 2B 4A
Octal 331 237 307 0 33 10 17 477 53 112
Binary 11011001 10011111 11000111 0 11011 1000 1111 100111111 101011 1001010

Color Harmonies of #D99FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FC7

Black with #D99FC7

Text Example


Text Example

White with #D99FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FC7; }

 p { color: rgb(217,159,199); }

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

background-color css

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

 a { background-color: rgb(217,159,199); }

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

border-color css

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

 span { border-color: rgb(217,159,199); }

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