Html Css Color HEX #D0757B Charm

📋 copy color: '#D0757B'

red 208 ◦ green 117 ◦ blue 123

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

Shades of Charm #D0757B

Tints of Charm #D0757B

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 46.43%
G = 26.12%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0757B (or 0xD0757B) is known color: Charm. HEX triplet: D0, 75 and 7B. RGB value is (208,117,123). Sum of RGB (Red+Green+Blue) = 208+117+123=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757B is #2F8A84. Grayscale: #909090. Windows color (decimal): -3115653 or 8091088. OLE color: 8091088.

HSL color Cylindrical-coordinate representation of color #D0757B: hue angle of 356.04º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0757B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 123 -
CMYK 0 0.44 0.41 0.18
HSL 356.04º 0.49% 0.64% -
HSV(B) 356.04º 0.44% 0.82% -
XYZ 35.95 27.56 22.16 -
YUV 144.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 208 117 123 0 0.44 0.41 0.18 356.04 0.49 0.64
Hex D0 75 7B 0 2C 29 12 164 31 40
Octal 320 165 173 0 54 51 22 544 61 100
Binary 11010000 1110101 1111011 0 101100 101001 10010 101100100 110001 1000000

Color Harmonies of #D0757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0757B

Black with #D0757B

Text Example


Text Example

White with #D0757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0757B; }

 p { color: rgb(208,117,123); }

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

background-color css

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

 a { background-color: rgb(208,117,123); }

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

border-color css

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

 span { border-color: rgb(208,117,123); }

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