Html Css Color HEX #D2777C Froly

📋 copy color: '#D2777C'

red 210 ◦ green 119 ◦ blue 124

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

Shades of Froly #D2777C

Tints of Froly #D2777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.27%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 46.36%
G = 26.27%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2777C (or 0xD2777C) is known color: Froly. HEX triplet: D2, 77 and 7C. RGB value is (210,119,124). Sum of RGB (Red+Green+Blue) = 210+119+124=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2777C is #2D8883. Grayscale: #929292. Windows color (decimal): -2984068 or 8157138. OLE color: 8157138.

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

Color convert

RGB 210 119 124 -
CMYK 0 0.43 0.41 0.18
HSL 356.7º 0.5% 0.65% -
HSV(B) 356.7º 0.43% 0.82% -
XYZ 36.81 28.35 22.6 -
YUV 146.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 210 119 124 0 0.43 0.41 0.18 356.7 0.5 0.65
Hex D2 77 7C 0 2B 29 12 165 32 41
Octal 322 167 174 0 53 51 22 545 62 101
Binary 11010010 1110111 1111100 0 101011 101001 10010 101100101 110010 1000001

Color Harmonies of #D2777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2777C

Black with #D2777C

Text Example


Text Example

White with #D2777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2777C; }

 p { color: rgb(210,119,124); }

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

background-color css

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

 a { background-color: rgb(210,119,124); }

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

border-color css

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

 span { border-color: rgb(210,119,124); }

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