Html Css Color HEX #D69AC5 Maverick

📋 copy color: '#D69AC5'

red 214 ◦ green 154 ◦ blue 197

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

Shades of Maverick #D69AC5

Tints of Maverick #D69AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 37.88%
G = 27.26%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D69AC5 (or 0xD69AC5) is known color: Maverick. HEX triplet: D6, 9A and C5. RGB value is (214,154,197). Sum of RGB (Red+Green+Blue) = 214+154+197=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AC5 is #29653A. Grayscale: #B0B0B0. Windows color (decimal): -2712891 or 12950230. OLE color: 12950230.

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

Color convert

RGB 214 154 197 -
CMYK 0 0.28 0.08 0.16
HSL 317º 0.42% 0.72% -
HSV(B) 317º 0.28% 0.84% -
XYZ 49.37 41.44 58.22 -
YUV 176.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 214 154 197 0 0.28 0.08 0.16 317 0.42 0.72
Hex D6 9A C5 0 1C 8 10 13D 2A 48
Octal 326 232 305 0 34 10 20 475 52 110
Binary 11010110 10011010 11000101 0 11100 1000 10000 100111101 101010 1001000

Color Harmonies of #D69AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AC5

Black with #D69AC5

Text Example


Text Example

White with #D69AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AC5; }

 p { color: rgb(214,154,197); }

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

background-color css

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

 a { background-color: rgb(214,154,197); }

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

border-color css

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

 span { border-color: rgb(214,154,197); }

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