Html Css Color HEX #D37280 Charm

📋 copy color: '#D37280'

red 211 ◦ green 114 ◦ blue 128

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

Shades of Charm #D37280

Tints of Charm #D37280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 46.58%
G = 25.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D37280 (or 0xD37280) is known color: Charm. HEX triplet: D3, 72 and 80. RGB value is (211,114,128). Sum of RGB (Red+Green+Blue) = 211+114+128=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D37280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37280 is #2C8D7F. Grayscale: #909090. Windows color (decimal): -2919808 or 8418003. OLE color: 8418003.

HSL color Cylindrical-coordinate representation of color #D37280: hue angle of 351.34º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37280 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 114 128 -
CMYK 0 0.46 0.39 0.17
HSL 351.34º 0.52% 0.64% -
HSV(B) 351.34º 0.46% 0.83% -
XYZ 36.78 27.44 23.78 -
YUV 144.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 211 114 128 0 0.46 0.39 0.17 351.34 0.52 0.64
Hex D3 72 80 0 2E 27 11 15F 34 40
Octal 323 162 200 0 56 47 21 537 64 100
Binary 11010011 1110010 10000000 0 101110 100111 10001 101011111 110100 1000000

Color Harmonies of #D37280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37280

Black with #D37280

Text Example


Text Example

White with #D37280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37280; }

 p { color: rgb(211,114,128); }

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

background-color css

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

 a { background-color: rgb(211,114,128); }

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

border-color css

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

 span { border-color: rgb(211,114,128); }

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