Html Css Color HEX #D29EC0 Maverick

📋 copy color: '#D29EC0'

red 210 ◦ green 158 ◦ blue 192

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

Shades of Maverick #D29EC0

Tints of Maverick #D29EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.21%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 37.5%
G = 28.21%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D29EC0 (or 0xD29EC0) is known color: Maverick. HEX triplet: D2, 9E and C0. RGB value is (210,158,192). Sum of RGB (Red+Green+Blue) = 210+158+192=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC0 is #2D613F. Grayscale: #B1B1B1. Windows color (decimal): -2974016 or 12623570. OLE color: 12623570.

HSL color Cylindrical-coordinate representation of color #D29EC0: hue angle of 320.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EC0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 192 -
CMYK 0 0.25 0.09 0.18
HSL 320.77º 0.37% 0.72% -
HSV(B) 320.77º 0.25% 0.82% -
XYZ 48.32 41.96 55.42 -
YUV 177.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 210 158 192 0 0.25 0.09 0.18 320.77 0.37 0.72
Hex D2 9E C0 0 19 9 12 141 25 48
Octal 322 236 300 0 31 11 22 501 45 110
Binary 11010010 10011110 11000000 0 11001 1001 10010 101000001 100101 1001000

Color Harmonies of #D29EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EC0

Black with #D29EC0

Text Example


Text Example

White with #D29EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EC0; }

 p { color: rgb(210,158,192); }

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

background-color css

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

 a { background-color: rgb(210,158,192); }

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

border-color css

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

 span { border-color: rgb(210,158,192); }

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