Html Css Color HEX #D5728C Charm

📋 copy color: '#D5728C'

red 213 ◦ green 114 ◦ blue 140

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

Shades of Charm #D5728C

Tints of Charm #D5728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 45.61%
G = 24.41%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5728C (or 0xD5728C) is known color: Charm. HEX triplet: D5, 72 and 8C. RGB value is (213,114,140). Sum of RGB (Red+Green+Blue) = 213+114+140=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5728C is #2A8D73. Grayscale: #929292. Windows color (decimal): -2788724 or 9204437. OLE color: 9204437.

HSL color Cylindrical-coordinate representation of color #D5728C: hue angle of 344.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5728C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 140 -
CMYK 0 0.46 0.34 0.16
HSL 344.24º 0.54% 0.64% -
HSV(B) 344.24º 0.46% 0.84% -
XYZ 38.19 28.07 28.22 -
YUV 146.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 213 114 140 0 0.46 0.34 0.16 344.24 0.54 0.64
Hex D5 72 8C 0 2E 22 10 158 36 40
Octal 325 162 214 0 56 42 20 530 66 100
Binary 11010101 1110010 10001100 0 101110 100010 10000 101011000 110110 1000000

Color Harmonies of #D5728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5728C

Black with #D5728C

Text Example


Text Example

White with #D5728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5728C; }

 p { color: rgb(213,114,140); }

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

background-color css

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

 a { background-color: rgb(213,114,140); }

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

border-color css

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

 span { border-color: rgb(213,114,140); }

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