Html Css Color HEX #D37993 Charm

📋 copy color: '#D37993'

red 211 ◦ green 121 ◦ blue 147

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

Shades of Charm #D37993

Tints of Charm #D37993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.26%

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 44.05%
G = 25.26%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D37993 (or 0xD37993) is known color: Charm. HEX triplet: D3, 79 and 93. RGB value is (211,121,147). Sum of RGB (Red+Green+Blue) = 211+121+147=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D37993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37993 is #2C866C. Grayscale: #969696. Windows color (decimal): -2917997 or 9664979. OLE color: 9664979.

HSL color Cylindrical-coordinate representation of color #D37993: hue angle of 342.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37993 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 147 -
CMYK 0 0.43 0.30 0.17
HSL 342.67º 0.51% 0.65% -
HSV(B) 342.67º 0.43% 0.83% -
XYZ 38.97 29.63 31.27 -
YUV 150.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 211 121 147 0 0.43 0.30 0.17 342.67 0.51 0.65
Hex D3 79 93 0 2B 1E 11 157 33 41
Octal 323 171 223 0 53 36 21 527 63 101
Binary 11010011 1111001 10010011 0 101011 11110 10001 101010111 110011 1000001

Color Harmonies of #D37993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37993

Black with #D37993

Text Example


Text Example

White with #D37993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37993; }

 p { color: rgb(211,121,147); }

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

background-color css

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

 a { background-color: rgb(211,121,147); }

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

border-color css

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

 span { border-color: rgb(211,121,147); }

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