Html Css Color HEX #D0757D Charm

📋 copy color: '#D0757D'

red 208 ◦ green 117 ◦ blue 125

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

Shades of Charm #D0757D

Tints of Charm #D0757D

RGB

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

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

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

R = 46.22%
G = 26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0757D (or 0xD0757D) is known color: Charm. HEX triplet: D0, 75 and 7D. RGB value is (208,117,125). Sum of RGB (Red+Green+Blue) = 208+117+125=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757D is #2F8A82. Grayscale: #919191. Windows color (decimal): -3115651 or 8222160. OLE color: 8222160.

HSL color Cylindrical-coordinate representation of color #D0757D: hue angle of 354.73º 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 #D0757D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 125 -
CMYK 0 0.44 0.40 0.18
HSL 354.73º 0.49% 0.64% -
HSV(B) 354.73º 0.44% 0.82% -
XYZ 36.08 27.61 22.83 -
YUV 145.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 208 117 125 0 0.44 0.40 0.18 354.73 0.49 0.64
Hex D0 75 7D 0 2C 28 12 163 31 40
Octal 320 165 175 0 54 50 22 543 61 100
Binary 11010000 1110101 1111101 0 101100 101000 10010 101100011 110001 1000000

Color Harmonies of #D0757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0757D

Black with #D0757D

Text Example


Text Example

White with #D0757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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