Html Css Color HEX #D37690 Charm

📋 copy color: '#D37690'

red 211 ◦ green 118 ◦ blue 144

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

Shades of Charm #D37690

Tints of Charm #D37690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

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

R = 44.61%
G = 24.95%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D37690 (or 0xD37690) is known color: Charm. HEX triplet: D3, 76 and 90. RGB value is (211,118,144). Sum of RGB (Red+Green+Blue) = 211+118+144=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D37690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37690 is #2C896F. Grayscale: #949494. Windows color (decimal): -2918768 or 9467603. OLE color: 9467603.

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

Color convert

RGB 211 118 144 -
CMYK 0 0.44 0.32 0.17
HSL 343.23º 0.51% 0.65% -
HSV(B) 343.23º 0.44% 0.83% -
XYZ 38.38 28.82 29.93 -
YUV 148.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 211 118 144 0 0.44 0.32 0.17 343.23 0.51 0.65
Hex D3 76 90 0 2C 20 11 157 33 41
Octal 323 166 220 0 54 40 21 527 63 101
Binary 11010011 1110110 10010000 0 101100 100000 10001 101010111 110011 1000001

Color Harmonies of #D37690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37690

Black with #D37690

Text Example


Text Example

White with #D37690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37690; }

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

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

background-color css

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

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

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

border-color css

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

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

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