Html Css Color HEX #D39EC1 Maverick

📋 copy color: '#D39EC1'

red 211 ◦ green 158 ◦ blue 193

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

Shades of Maverick #D39EC1

Tints of Maverick #D39EC1

RGB

 RED value IS 211 (82.81% from 255) = 37.54%

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

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

R = 37.54%
G = 28.11%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D39EC1 (or 0xD39EC1) is known color: Maverick. HEX triplet: D3, 9E and C1. RGB value is (211,158,193). Sum of RGB (Red+Green+Blue) = 211+158+193=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D39EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EC1 is #2C613E. Grayscale: #B1B1B1. Windows color (decimal): -2908479 or 12689107. OLE color: 12689107.

HSL color Cylindrical-coordinate representation of color #D39EC1: hue angle of 320.38º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39EC1 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 158 193 -
CMYK 0 0.25 0.09 0.17
HSL 320.38º 0.38% 0.72% -
HSV(B) 320.38º 0.25% 0.83% -
XYZ 48.72 42.15 56.02 -
YUV 177.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 211 158 193 0 0.25 0.09 0.17 320.38 0.38 0.72
Hex D3 9E C1 0 19 9 11 140 26 48
Octal 323 236 301 0 31 11 21 500 46 110
Binary 11010011 10011110 11000001 0 11001 1001 10001 101000000 100110 1001000

Color Harmonies of #D39EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EC1

Black with #D39EC1

Text Example


Text Example

White with #D39EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EC1; }

 p { color: rgb(211,158,193); }

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

background-color css

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

 a { background-color: rgb(211,158,193); }

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

border-color css

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

 span { border-color: rgb(211,158,193); }

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