Html Css Color HEX #D5708E Charm

📋 copy color: '#D5708E'

red 213 ◦ green 112 ◦ blue 142

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

Shades of Charm #D5708E

Tints of Charm #D5708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 45.61%
G = 23.98%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5708E (or 0xD5708E) is known color: Charm. HEX triplet: D5, 70 and 8E. RGB value is (213,112,142). Sum of RGB (Red+Green+Blue) = 213+112+142=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708E is #2A8F71. Grayscale: #919191. Windows color (decimal): -2789234 or 9334997. OLE color: 9334997.

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

Color convert

RGB 213 112 142 -
CMYK 0 0.47 0.33 0.16
HSL 342.18º 0.55% 0.64% -
HSV(B) 342.18º 0.47% 0.84% -
XYZ 38.12 27.69 28.93 -
YUV 145.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 213 112 142 0 0.47 0.33 0.16 342.18 0.55 0.64
Hex D5 70 8E 0 2F 21 10 156 37 40
Octal 325 160 216 0 57 41 20 526 67 100
Binary 11010101 1110000 10001110 0 101111 100001 10000 101010110 110111 1000000

Color Harmonies of #D5708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5708E

Black with #D5708E

Text Example


Text Example

White with #D5708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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