Html Css Color HEX #D5768C Charm

📋 copy color: '#D5768C'

red 213 ◦ green 118 ◦ blue 140

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

Shades of Charm #D5768C

Tints of Charm #D5768C

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 45.22%
G = 25.05%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5768C (or 0xD5768C) is known color: Charm. HEX triplet: D5, 76 and 8C. RGB value is (213,118,140). Sum of RGB (Red+Green+Blue) = 213+118+140=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5768C is #2A8973. Grayscale: #949494. Windows color (decimal): -2787700 or 9205461. OLE color: 9205461.

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

Color convert

RGB 213 118 140 -
CMYK 0 0.45 0.34 0.16
HSL 346.11º 0.53% 0.65% -
HSV(B) 346.11º 0.45% 0.84% -
XYZ 38.65 29 28.37 -
YUV 148.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 213 118 140 0 0.45 0.34 0.16 346.11 0.53 0.65
Hex D5 76 8C 0 2D 22 10 15A 35 41
Octal 325 166 214 0 55 42 20 532 65 101
Binary 11010101 1110110 10001100 0 101101 100010 10000 101011010 110101 1000001

Color Harmonies of #D5768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5768C

Black with #D5768C

Text Example


Text Example

White with #D5768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5768C; }

 p { color: rgb(213,118,140); }

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

background-color css

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

 a { background-color: rgb(213,118,140); }

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

border-color css

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

 span { border-color: rgb(213,118,140); }

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