Html Css Color HEX #D9AFCA Maverick

📋 copy color: '#D9AFCA'

red 217 ◦ green 175 ◦ blue 202

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

Shades of Maverick #D9AFCA

Tints of Maverick #D9AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.46%

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

R = 36.53%
G = 29.46%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9AFCA (or 0xD9AFCA) is known color: Maverick. HEX triplet: D9, AF and CA. RGB value is (217,175,202). Sum of RGB (Red+Green+Blue) = 217+175+202=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCA is #265035. Grayscale: #BEBEBE. Windows color (decimal): -2510902 or 13283289. OLE color: 13283289.

HSL color Cylindrical-coordinate representation of color #D9AFCA: hue angle of 321.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFCA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 202 -
CMYK 0 0.19 0.07 0.15
HSL 321.43º 0.36% 0.77% -
HSV(B) 321.43º 0.19% 0.85% -
XYZ 54.61 49.68 62.59 -
YUV 190.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 217 175 202 0 0.19 0.07 0.15 321.43 0.36 0.77
Hex D9 AF CA 0 13 7 F 141 24 4D
Octal 331 257 312 0 23 7 17 501 44 115
Binary 11011001 10101111 11001010 0 10011 111 1111 101000001 100100 1001101

Color Harmonies of #D9AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFCA

Black with #D9AFCA

Text Example


Text Example

White with #D9AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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