Html Css Color HEX #D2767B Froly

📋 copy color: '#D2767B'

red 210 ◦ green 118 ◦ blue 123

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

Shades of Froly #D2767B

Tints of Froly #D2767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 46.56%
G = 26.16%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2767B (or 0xD2767B) is known color: Froly. HEX triplet: D2, 76 and 7B. RGB value is (210,118,123). Sum of RGB (Red+Green+Blue) = 210+118+123=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2767B is #2D8984. Grayscale: #929292. Windows color (decimal): -2984325 or 8091346. OLE color: 8091346.

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

Color convert

RGB 210 118 123 -
CMYK 0 0.44 0.41 0.18
HSL 356.74º 0.51% 0.64% -
HSV(B) 356.74º 0.44% 0.82% -
XYZ 36.63 28.09 22.23 -
YUV 146.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 210 118 123 0 0.44 0.41 0.18 356.74 0.51 0.64
Hex D2 76 7B 0 2C 29 12 165 33 40
Octal 322 166 173 0 54 51 22 545 63 100
Binary 11010010 1110110 1111011 0 101100 101001 10010 101100101 110011 1000000

Color Harmonies of #D2767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2767B

Black with #D2767B

Text Example


Text Example

White with #D2767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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