Html Css Color HEX #D0768D Charm

📋 copy color: '#D0768D'

red 208 ◦ green 118 ◦ blue 141

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

Shades of Charm #D0768D

Tints of Charm #D0768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 44.54%
G = 25.27%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0768D (or 0xD0768D) is known color: Charm. HEX triplet: D0, 76 and 8D. RGB value is (208,118,141). Sum of RGB (Red+Green+Blue) = 208+118+141=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0768D is #2F8972. Grayscale: #939393. Windows color (decimal): -3115379 or 9270992. OLE color: 9270992.

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

Color convert

RGB 208 118 141 -
CMYK 0 0.43 0.32 0.18
HSL 344.67º 0.49% 0.64% -
HSV(B) 344.67º 0.43% 0.82% -
XYZ 37.3 28.29 28.69 -
YUV 147.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 208 118 141 0 0.43 0.32 0.18 344.67 0.49 0.64
Hex D0 76 8D 0 2B 20 12 159 31 40
Octal 320 166 215 0 53 40 22 531 61 100
Binary 11010000 1110110 10001101 0 101011 100000 10010 101011001 110001 1000000

Color Harmonies of #D0768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0768D

Black with #D0768D

Text Example


Text Example

White with #D0768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0768D; }

 p { color: rgb(208,118,141); }

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

background-color css

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

 a { background-color: rgb(208,118,141); }

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

border-color css

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

 span { border-color: rgb(208,118,141); }

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