Html Css Color HEX #D99FCA Maverick

📋 copy color: '#D99FCA'

red 217 ◦ green 159 ◦ blue 202

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

Shades of Maverick #D99FCA

Tints of Maverick #D99FCA

RGB

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

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

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

R = 37.54%
G = 27.51%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D99FCA (or 0xD99FCA) is known color: Maverick. HEX triplet: D9, 9F and CA. RGB value is (217,159,202). Sum of RGB (Red+Green+Blue) = 217+159+202=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCA is #266035. Grayscale: #B5B5B5. Windows color (decimal): -2514998 or 13279193. OLE color: 13279193.

HSL color Cylindrical-coordinate representation of color #D99FCA: hue angle of 315.52º 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 #D99FCA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 202 -
CMYK 0 0.27 0.07 0.15
HSL 315.52º 0.43% 0.74% -
HSV(B) 315.52º 0.27% 0.85% -
XYZ 51.67 43.81 61.61 -
YUV 181.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 217 159 202 0 0.27 0.07 0.15 315.52 0.43 0.74
Hex D9 9F CA 0 1B 7 F 13C 2B 4A
Octal 331 237 312 0 33 7 17 474 53 112
Binary 11011001 10011111 11001010 0 11011 111 1111 100111100 101011 1001010

Color Harmonies of #D99FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FCA

Black with #D99FCA

Text Example


Text Example

White with #D99FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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