Html Css Color HEX #D37F90 Charm

📋 copy color: '#D37F90'

red 211 ◦ green 127 ◦ blue 144

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

Shades of Charm #D37F90

Tints of Charm #D37F90

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 43.78%
G = 26.35%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D37F90 (or 0xD37F90) is known color: Charm. HEX triplet: D3, 7F and 90. RGB value is (211,127,144). Sum of RGB (Red+Green+Blue) = 211+127+144=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F90 is #2C806F. Grayscale: #9A9A9A. Windows color (decimal): -2916464 or 9469907. OLE color: 9469907.

HSL color Cylindrical-coordinate representation of color #D37F90: hue angle of 347.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37F90 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 127 144 -
CMYK 0 0.40 0.32 0.17
HSL 347.86º 0.49% 0.66% -
HSV(B) 347.86º 0.4% 0.83% -
XYZ 39.49 31.04 30.3 -
YUV 154.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 211 127 144 0 0.40 0.32 0.17 347.86 0.49 0.66
Hex D3 7F 90 0 28 20 11 15C 31 42
Octal 323 177 220 0 50 40 21 534 61 102
Binary 11010011 1111111 10010000 0 101000 100000 10001 101011100 110001 1000010

Color Harmonies of #D37F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37F90

Black with #D37F90

Text Example


Text Example

White with #D37F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37F90; }

 p { color: rgb(211,127,144); }

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

background-color css

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

 a { background-color: rgb(211,127,144); }

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

border-color css

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

 span { border-color: rgb(211,127,144); }

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