Html Css Color HEX #D7758B Charm

📋 copy color: '#D7758B'

red 215 ◦ green 117 ◦ blue 139

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

Shades of Charm #D7758B

Tints of Charm #D7758B

RGB

 RED value IS 215 (84.38% from 255) = 45.65%

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

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

R = 45.65%
G = 24.84%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7758B (or 0xD7758B) is known color: Charm. HEX triplet: D7, 75 and 8B. RGB value is (215,117,139). Sum of RGB (Red+Green+Blue) = 215+117+139=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7758B is #288A74. Grayscale: #949494. Windows color (decimal): -2656885 or 9139671. OLE color: 9139671.

HSL color Cylindrical-coordinate representation of color #D7758B: hue angle of 346.53º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7758B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 139 -
CMYK 0 0.46 0.35 0.16
HSL 346.53º 0.55% 0.65% -
HSV(B) 346.53º 0.46% 0.84% -
XYZ 39.05 29.03 27.97 -
YUV 148.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 215 117 139 0 0.46 0.35 0.16 346.53 0.55 0.65
Hex D7 75 8B 0 2E 23 10 15B 37 41
Octal 327 165 213 0 56 43 20 533 67 101
Binary 11010111 1110101 10001011 0 101110 100011 10000 101011011 110111 1000001

Color Harmonies of #D7758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7758B

Black with #D7758B

Text Example


Text Example

White with #D7758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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