Html Css Color HEX #D4758B Charm

📋 copy color: '#D4758B'

red 212 ◦ green 117 ◦ blue 139

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

Shades of Charm #D4758B

Tints of Charm #D4758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 45.3%
G = 25%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4758B (or 0xD4758B) is known color: Charm. HEX triplet: D4, 75 and 8B. RGB value is (212,117,139). Sum of RGB (Red+Green+Blue) = 212+117+139=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4758B is #2B8A74. Grayscale: #939393. Windows color (decimal): -2853493 or 9139668. OLE color: 9139668.

HSL color Cylindrical-coordinate representation of color #D4758B: hue angle of 346.11º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4758B is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 139 -
CMYK 0 0.45 0.34 0.17
HSL 346.11º 0.52% 0.65% -
HSV(B) 346.11º 0.45% 0.83% -
XYZ 38.17 28.58 27.93 -
YUV 147.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 212 117 139 0 0.45 0.34 0.17 346.11 0.52 0.65
Hex D4 75 8B 0 2D 22 11 15A 34 41
Octal 324 165 213 0 55 42 21 532 64 101
Binary 11010100 1110101 10001011 0 101101 100010 10001 101011010 110100 1000001

Color Harmonies of #D4758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4758B

Black with #D4758B

Text Example


Text Example

White with #D4758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4758B; }

 p { color: rgb(212,117,139); }

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

background-color css

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

 a { background-color: rgb(212,117,139); }

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

border-color css

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

 span { border-color: rgb(212,117,139); }

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