Html Css Color HEX #D2768A Charm

📋 copy color: '#D2768A'

red 210 ◦ green 118 ◦ blue 138

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

Shades of Charm #D2768A

Tints of Charm #D2768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 45.06%
G = 25.32%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2768A (or 0xD2768A) is known color: Charm. HEX triplet: D2, 76 and 8A. RGB value is (210,118,138). Sum of RGB (Red+Green+Blue) = 210+118+138=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2768A is #2D8975. Grayscale: #939393. Windows color (decimal): -2984310 or 9074386. OLE color: 9074386.

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

Color convert

RGB 210 118 138 -
CMYK 0 0.44 0.34 0.18
HSL 346.96º 0.51% 0.64% -
HSV(B) 346.96º 0.44% 0.82% -
XYZ 37.64 28.49 27.56 -
YUV 147.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 210 118 138 0 0.44 0.34 0.18 346.96 0.51 0.64
Hex D2 76 8A 0 2C 22 12 15B 33 40
Octal 322 166 212 0 54 42 22 533 63 100
Binary 11010010 1110110 10001010 0 101100 100010 10010 101011011 110011 1000000

Color Harmonies of #D2768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2768A

Black with #D2768A

Text Example


Text Example

White with #D2768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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