Html Css Color HEX #D0A3C4 Maverick

📋 copy color: '#D0A3C4'

red 208 ◦ green 163 ◦ blue 196

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

Shades of Maverick #D0A3C4

Tints of Maverick #D0A3C4

RGB

 RED value IS 208 (81.64% from 255) = 36.68%

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

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

R = 36.68%
G = 28.75%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0A3C4 (or 0xD0A3C4) is known color: Maverick. HEX triplet: D0, A3 and C4. RGB value is (208,163,196). Sum of RGB (Red+Green+Blue) = 208+163+196=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3C4 is #2F5C3B. Grayscale: #B4B4B4. Windows color (decimal): -3103804 or 12886992. OLE color: 12886992.

HSL color Cylindrical-coordinate representation of color #D0A3C4: hue angle of 316º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A3C4 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 196 -
CMYK 0 0.22 0.06 0.18
HSL 316º 0.32% 0.73% -
HSV(B) 316º 0.22% 0.82% -
XYZ 49.07 43.59 58.05 -
YUV 180.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 208 163 196 0 0.22 0.06 0.18 316 0.32 0.73
Hex D0 A3 C4 0 16 6 12 13C 20 49
Octal 320 243 304 0 26 6 22 474 40 111
Binary 11010000 10100011 11000100 0 10110 110 10010 100111100 100000 1001001

Color Harmonies of #D0A3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3C4

Black with #D0A3C4

Text Example


Text Example

White with #D0A3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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