Html Css Color HEX #D5707E Charm

📋 copy color: '#D5707E'

red 213 ◦ green 112 ◦ blue 126

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

Shades of Charm #D5707E

Tints of Charm #D5707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 47.23%
G = 24.83%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5707E (or 0xD5707E) is known color: Charm. HEX triplet: D5, 70 and 7E. RGB value is (213,112,126). Sum of RGB (Red+Green+Blue) = 213+112+126=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5707E is #2A8F81. Grayscale: #8F8F8F. Windows color (decimal): -2789250 or 8286421. OLE color: 8286421.

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

Color convert

RGB 213 112 126 -
CMYK 0 0.47 0.41 0.16
HSL 351.68º 0.55% 0.64% -
HSV(B) 351.68º 0.47% 0.84% -
XYZ 37 27.24 23.05 -
YUV 143.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 213 112 126 0 0.47 0.41 0.16 351.68 0.55 0.64
Hex D5 70 7E 0 2F 29 10 160 37 40
Octal 325 160 176 0 57 51 20 540 67 100
Binary 11010101 1110000 1111110 0 101111 101001 10000 101100000 110111 1000000

Color Harmonies of #D5707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5707E

Black with #D5707E

Text Example


Text Example

White with #D5707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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