Html Css Color HEX #D69FC1 Maverick

📋 copy color: '#D69FC1'

red 214 ◦ green 159 ◦ blue 193

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

Shades of Maverick #D69FC1

Tints of Maverick #D69FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 193 (75.78% from 255) = 34.1%

R = 37.81%
G = 28.09%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D69FC1 (or 0xD69FC1) is known color: Maverick. HEX triplet: D6, 9F and C1. RGB value is (214,159,193). Sum of RGB (Red+Green+Blue) = 214+159+193=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FC1 is #29603E. Grayscale: #B3B3B3. Windows color (decimal): -2711615 or 12689366. OLE color: 12689366.

HSL color Cylindrical-coordinate representation of color #D69FC1: hue angle of 322.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FC1 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 193 -
CMYK 0 0.26 0.10 0.16
HSL 322.91º 0.4% 0.73% -
HSV(B) 322.91º 0.26% 0.84% -
XYZ 49.76 42.94 56.12 -
YUV 179.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 214 159 193 0 0.26 0.10 0.16 322.91 0.4 0.73
Hex D6 9F C1 0 1A A 10 143 28 49
Octal 326 237 301 0 32 12 20 503 50 111
Binary 11010110 10011111 11000001 0 11010 1010 10000 101000011 101000 1001001

Color Harmonies of #D69FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FC1

Black with #D69FC1

Text Example


Text Example

White with #D69FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FC1; }

 p { color: rgb(214,159,193); }

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

background-color css

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

 a { background-color: rgb(214,159,193); }

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

border-color css

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

 span { border-color: rgb(214,159,193); }

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