Html Css Color HEX #D5708A Charm

📋 copy color: '#D5708A'

red 213 ◦ green 112 ◦ blue 138

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

Shades of Charm #D5708A

Tints of Charm #D5708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 46%
G = 24.19%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5708A (or 0xD5708A) is known color: Charm. HEX triplet: D5, 70 and 8A. RGB value is (213,112,138). Sum of RGB (Red+Green+Blue) = 213+112+138=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708A is #2A8F75. Grayscale: #919191. Windows color (decimal): -2789238 or 9072853. OLE color: 9072853.

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

Color convert

RGB 213 112 138 -
CMYK 0 0.47 0.35 0.16
HSL 344.55º 0.55% 0.64% -
HSV(B) 344.55º 0.47% 0.84% -
XYZ 37.82 27.57 27.37 -
YUV 145.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 213 112 138 0 0.47 0.35 0.16 344.55 0.55 0.64
Hex D5 70 8A 0 2F 23 10 159 37 40
Octal 325 160 212 0 57 43 20 531 67 100
Binary 11010101 1110000 10001010 0 101111 100011 10000 101011001 110111 1000000

Color Harmonies of #D5708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5708A

Black with #D5708A

Text Example


Text Example

White with #D5708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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