Html Css Color HEX #D29AC3 Maverick

📋 copy color: '#D29AC3'

red 210 ◦ green 154 ◦ blue 195

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

Shades of Maverick #D29AC3

Tints of Maverick #D29AC3

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 154 (60.55% from 255) = 27.55%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 37.57%
G = 27.55%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D29AC3 (or 0xD29AC3) is known color: Maverick. HEX triplet: D2, 9A and C3. RGB value is (210,154,195). Sum of RGB (Red+Green+Blue) = 210+154+195=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC3 is #2D653C. Grayscale: #AFAFAF. Windows color (decimal): -2975037 or 12819154. OLE color: 12819154.

HSL color Cylindrical-coordinate representation of color #D29AC3: hue angle of 316.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AC3 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 195 -
CMYK 0 0.27 0.07 0.18
HSL 316.07º 0.38% 0.71% -
HSV(B) 316.07º 0.27% 0.82% -
XYZ 47.98 40.75 56.97 -
YUV 175.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 210 154 195 0 0.27 0.07 0.18 316.07 0.38 0.71
Hex D2 9A C3 0 1B 7 12 13C 26 47
Octal 322 232 303 0 33 7 22 474 46 107
Binary 11010010 10011010 11000011 0 11011 111 10010 100111100 100110 1000111

Color Harmonies of #D29AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AC3

Black with #D29AC3

Text Example


Text Example

White with #D29AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AC3; }

 p { color: rgb(210,154,195); }

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

background-color css

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

 a { background-color: rgb(210,154,195); }

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

border-color css

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

 span { border-color: rgb(210,154,195); }

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