Html Css Color HEX #D4AFCA Maverick

📋 copy color: '#D4AFCA'

red 212 ◦ green 175 ◦ blue 202

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

Shades of Maverick #D4AFCA

Tints of Maverick #D4AFCA

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

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

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

R = 35.99%
G = 29.71%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4AFCA (or 0xD4AFCA) is known color: Maverick. HEX triplet: D4, AF and CA. RGB value is (212,175,202). Sum of RGB (Red+Green+Blue) = 212+175+202=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFCA is #2B5035. Grayscale: #BDBDBD. Windows color (decimal): -2838582 or 13283284. OLE color: 13283284.

HSL color Cylindrical-coordinate representation of color #D4AFCA: hue angle of 316.22º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFCA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 202 -
CMYK 0 0.17 0.05 0.17
HSL 316.22º 0.3% 0.76% -
HSV(B) 316.22º 0.17% 0.83% -
XYZ 53.14 48.92 62.52 -
YUV 189.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 212 175 202 0 0.17 0.05 0.17 316.22 0.3 0.76
Hex D4 AF CA 0 11 5 11 13C 1E 4C
Octal 324 257 312 0 21 5 21 474 36 114
Binary 11010100 10101111 11001010 0 10001 101 10001 100111100 11110 1001100

Color Harmonies of #D4AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFCA

Black with #D4AFCA

Text Example


Text Example

White with #D4AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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