Html Css Color HEX #D69EC6 Maverick

📋 copy color: '#D69EC6'

red 214 ◦ green 158 ◦ blue 198

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

Shades of Maverick #D69EC6

Tints of Maverick #D69EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 37.54%
G = 27.72%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D69EC6 (or 0xD69EC6) is known color: Maverick. HEX triplet: D6, 9E and C6. RGB value is (214,158,198). Sum of RGB (Red+Green+Blue) = 214+158+198=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EC6 is #296139. Grayscale: #B3B3B3. Windows color (decimal): -2711866 or 13016790. OLE color: 13016790.

HSL color Cylindrical-coordinate representation of color #D69EC6: hue angle of 317.14º degrees, saturation: 0.41, 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 #D69EC6 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 198 -
CMYK 0 0.26 0.07 0.16
HSL 317.14º 0.41% 0.73% -
HSV(B) 317.14º 0.26% 0.84% -
XYZ 50.15 42.83 59.05 -
YUV 179.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 214 158 198 0 0.26 0.07 0.16 317.14 0.41 0.73
Hex D6 9E C6 0 1A 7 10 13D 29 49
Octal 326 236 306 0 32 7 20 475 51 111
Binary 11010110 10011110 11000110 0 11010 111 10000 100111101 101001 1001001

Color Harmonies of #D69EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EC6

Black with #D69EC6

Text Example


Text Example

White with #D69EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EC6; }

 p { color: rgb(214,158,198); }

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

background-color css

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

 a { background-color: rgb(214,158,198); }

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

border-color css

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

 span { border-color: rgb(214,158,198); }

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