Html Css Color HEX #D399C3 Maverick

📋 copy color: '#D399C3'

red 211 ◦ green 153 ◦ blue 195

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

Shades of Maverick #D399C3

Tints of Maverick #D399C3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.37%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 37.75%
G = 27.37%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D399C3 (or 0xD399C3) is known color: Maverick. HEX triplet: D3, 99 and C3. RGB value is (211,153,195). Sum of RGB (Red+Green+Blue) = 211+153+195=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D399C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399C3 is #2C663C. Grayscale: #AFAFAF. Windows color (decimal): -2909757 or 12818899. OLE color: 12818899.

HSL color Cylindrical-coordinate representation of color #D399C3: hue angle of 316.55º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399C3 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 195 -
CMYK 0 0.27 0.08 0.17
HSL 316.55º 0.4% 0.71% -
HSV(B) 316.55º 0.27% 0.83% -
XYZ 48.11 40.57 56.93 -
YUV 175.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 211 153 195 0 0.27 0.08 0.17 316.55 0.4 0.71
Hex D3 99 C3 0 1B 8 11 13D 28 47
Octal 323 231 303 0 33 10 21 475 50 107
Binary 11010011 10011001 11000011 0 11011 1000 10001 100111101 101000 1000111

Color Harmonies of #D399C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399C3

Black with #D399C3

Text Example


Text Example

White with #D399C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399C3; }

 p { color: rgb(211,153,195); }

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

background-color css

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

 a { background-color: rgb(211,153,195); }

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

border-color css

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

 span { border-color: rgb(211,153,195); }

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