Html Css Color HEX #D2768E Charm

📋 copy color: '#D2768E'

red 210 ◦ green 118 ◦ blue 142

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

Shades of Charm #D2768E

Tints of Charm #D2768E

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 44.68%
G = 25.11%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2768E (or 0xD2768E) is known color: Charm. HEX triplet: D2, 76 and 8E. RGB value is (210,118,142). Sum of RGB (Red+Green+Blue) = 210+118+142=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2768E is #2D8971. Grayscale: #949494. Windows color (decimal): -2984306 or 9336530. OLE color: 9336530.

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

Color convert

RGB 210 118 142 -
CMYK 0 0.44 0.32 0.18
HSL 344.35º 0.51% 0.64% -
HSV(B) 344.35º 0.44% 0.82% -
XYZ 37.94 28.61 29.11 -
YUV 148.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 210 118 142 0 0.44 0.32 0.18 344.35 0.51 0.64
Hex D2 76 8E 0 2C 20 12 158 33 40
Octal 322 166 216 0 54 40 22 530 63 100
Binary 11010010 1110110 10001110 0 101100 100000 10010 101011000 110011 1000000

Color Harmonies of #D2768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2768E

Black with #D2768E

Text Example


Text Example

White with #D2768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2768E; }

 p { color: rgb(210,118,142); }

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

background-color css

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

 a { background-color: rgb(210,118,142); }

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

border-color css

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

 span { border-color: rgb(210,118,142); }

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