Html Css Color HEX #D4707D Charm

📋 copy color: '#D4707D'

red 212 ◦ green 112 ◦ blue 125

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

Shades of Charm #D4707D

Tints of Charm #D4707D

RGB

 RED value IS 212 (83.2% from 255) = 47.22%

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 47.22%
G = 24.94%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4707D (or 0xD4707D) is known color: Charm. HEX triplet: D4, 70 and 7D. RGB value is (212,112,125). Sum of RGB (Red+Green+Blue) = 212+112+125=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707D is #2B8F82. Grayscale: #8F8F8F. Windows color (decimal): -2854787 or 8220884. OLE color: 8220884.

HSL color Cylindrical-coordinate representation of color #D4707D: hue angle of 352.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4707D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 125 -
CMYK 0 0.47 0.41 0.17
HSL 352.2º 0.54% 0.64% -
HSV(B) 352.2º 0.47% 0.83% -
XYZ 36.65 27.07 22.69 -
YUV 143.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 212 112 125 0 0.47 0.41 0.17 352.2 0.54 0.64
Hex D4 70 7D 0 2F 29 11 160 36 40
Octal 324 160 175 0 57 51 21 540 66 100
Binary 11010100 1110000 1111101 0 101111 101001 10001 101100000 110110 1000000

Color Harmonies of #D4707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4707D

Black with #D4707D

Text Example


Text Example

White with #D4707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4707D; }

 p { color: rgb(212,112,125); }

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

background-color css

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

 a { background-color: rgb(212,112,125); }

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

border-color css

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

 span { border-color: rgb(212,112,125); }

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