Html Css Color HEX #D5848B Charm

📋 copy color: '#D5848B'

red 213 ◦ green 132 ◦ blue 139

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

Shades of Charm #D5848B

Tints of Charm #D5848B

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 44.01%
G = 27.27%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5848B (or 0xD5848B) is known color: Charm. HEX triplet: D5, 84 and 8B. RGB value is (213,132,139). Sum of RGB (Red+Green+Blue) = 213+132+139=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5848B is #2A7B74. Grayscale: #9D9D9D. Windows color (decimal): -2784117 or 9143509. OLE color: 9143509.

HSL color Cylindrical-coordinate representation of color #D5848B: hue angle of 354.81º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5848B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 139 -
CMYK 0 0.38 0.35 0.16
HSL 354.81º 0.49% 0.68% -
HSV(B) 354.81º 0.38% 0.84% -
XYZ 40.35 32.51 28.57 -
YUV 157.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 213 132 139 0 0.38 0.35 0.16 354.81 0.49 0.68
Hex D5 84 8B 0 26 23 10 163 31 44
Octal 325 204 213 0 46 43 20 543 61 104
Binary 11010101 10000100 10001011 0 100110 100011 10000 101100011 110001 1000100

Color Harmonies of #D5848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5848B

Black with #D5848B

Text Example


Text Example

White with #D5848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5848B; }

 p { color: rgb(213,132,139); }

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

background-color css

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

 a { background-color: rgb(213,132,139); }

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

border-color css

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

 span { border-color: rgb(213,132,139); }

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