Html Css Color HEX #D0657D Charm

📋 copy color: '#D0657D'

red 208 ◦ green 101 ◦ blue 125

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

Shades of Charm #D0657D

Tints of Charm #D0657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.27%

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

R = 47.93%
G = 23.27%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0657D (or 0xD0657D) is known color: Charm. HEX triplet: D0, 65 and 7D. RGB value is (208,101,125). Sum of RGB (Red+Green+Blue) = 208+101+125=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0657D is #2F9A82. Grayscale: #878787. Windows color (decimal): -3119747 or 8218064. OLE color: 8218064.

HSL color Cylindrical-coordinate representation of color #D0657D: hue angle of 346.54º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0657D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 125 -
CMYK 0 0.51 0.40 0.18
HSL 346.54º 0.53% 0.61% -
HSV(B) 346.54º 0.51% 0.82% -
XYZ 34.37 24.2 22.26 -
YUV 135.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 208 101 125 0 0.51 0.40 0.18 346.54 0.53 0.61
Hex D0 65 7D 0 33 28 12 15B 35 3D
Octal 320 145 175 0 63 50 22 533 65 75
Binary 11010000 1100101 1111101 0 110011 101000 10010 101011011 110101 111101

Color Harmonies of #D0657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0657D

Black with #D0657D

Text Example


Text Example

White with #D0657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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