Html Css Color HEX #D5728F Charm

📋 copy color: '#D5728F'

red 213 ◦ green 114 ◦ blue 143

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

Shades of Charm #D5728F

Tints of Charm #D5728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 45.32%
G = 24.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5728F (or 0xD5728F) is known color: Charm. HEX triplet: D5, 72 and 8F. RGB value is (213,114,143). Sum of RGB (Red+Green+Blue) = 213+114+143=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5728F is #2A8D70. Grayscale: #929292. Windows color (decimal): -2788721 or 9401045. OLE color: 9401045.

HSL color Cylindrical-coordinate representation of color #D5728F: hue angle of 342.42º 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 #D5728F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 143 -
CMYK 0 0.46 0.33 0.16
HSL 342.42º 0.54% 0.64% -
HSV(B) 342.42º 0.46% 0.84% -
XYZ 38.42 28.16 29.4 -
YUV 146.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 213 114 143 0 0.46 0.33 0.16 342.42 0.54 0.64
Hex D5 72 8F 0 2E 21 10 156 36 40
Octal 325 162 217 0 56 41 20 526 66 100
Binary 11010101 1110010 10001111 0 101110 100001 10000 101010110 110110 1000000

Color Harmonies of #D5728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5728F

Black with #D5728F

Text Example


Text Example

White with #D5728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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