Html Css Color HEX #D6A3C4 Maverick

📋 copy color: '#D6A3C4'

red 214 ◦ green 163 ◦ blue 196

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

Shades of Maverick #D6A3C4

Tints of Maverick #D6A3C4

RGB

 RED value IS 214 (83.98% from 255) = 37.35%

 GREEN value IS 163 (64.06% from 255) = 28.45%

 BLUE value IS 196 (76.95% from 255) = 34.21%

R = 37.35%
G = 28.45%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6A3C4 (or 0xD6A3C4) is known color: Maverick. HEX triplet: D6, A3 and C4. RGB value is (214,163,196). Sum of RGB (Red+Green+Blue) = 214+163+196=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3C4 is #295C3B. Grayscale: #B5B5B5. Windows color (decimal): -2710588 or 12886998. OLE color: 12886998.

HSL color Cylindrical-coordinate representation of color #D6A3C4: hue angle of 321.18º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3C4 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 196 -
CMYK 0 0.24 0.08 0.16
HSL 321.18º 0.38% 0.74% -
HSV(B) 321.18º 0.24% 0.84% -
XYZ 50.79 44.48 58.13 -
YUV 182.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 214 163 196 0 0.24 0.08 0.16 321.18 0.38 0.74
Hex D6 A3 C4 0 18 8 10 141 26 4A
Octal 326 243 304 0 30 10 20 501 46 112
Binary 11010110 10100011 11000100 0 11000 1000 10000 101000001 100110 1001010

Color Harmonies of #D6A3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3C4

Black with #D6A3C4

Text Example


Text Example

White with #D6A3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3C4; }

 p { color: rgb(214,163,196); }

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

background-color css

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

 a { background-color: rgb(214,163,196); }

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

border-color css

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

 span { border-color: rgb(214,163,196); }

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