Html Css Color HEX #D5708C Charm

📋 copy color: '#D5708C'

red 213 ◦ green 112 ◦ blue 140

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

Shades of Charm #D5708C

Tints of Charm #D5708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

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

R = 45.81%
G = 24.09%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5708C (or 0xD5708C) is known color: Charm. HEX triplet: D5, 70 and 8C. RGB value is (213,112,140). Sum of RGB (Red+Green+Blue) = 213+112+140=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708C is #2A8F73. Grayscale: #919191. Windows color (decimal): -2789236 or 9203925. OLE color: 9203925.

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

Color convert

RGB 213 112 140 -
CMYK 0 0.47 0.34 0.16
HSL 343.37º 0.55% 0.64% -
HSV(B) 343.37º 0.47% 0.84% -
XYZ 37.97 27.63 28.14 -
YUV 145.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 213 112 140 0 0.47 0.34 0.16 343.37 0.55 0.64
Hex D5 70 8C 0 2F 22 10 157 37 40
Octal 325 160 214 0 57 42 20 527 67 100
Binary 11010101 1110000 10001100 0 101111 100010 10000 101010111 110111 1000000

Color Harmonies of #D5708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5708C

Black with #D5708C

Text Example


Text Example

White with #D5708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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