Html Css Color HEX #D2676F Froly

📋 copy color: '#D2676F'

red 210 ◦ green 103 ◦ blue 111

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

Shades of Froly #D2676F

Tints of Froly #D2676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.29%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 49.53%
G = 24.29%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2676F (or 0xD2676F) is known color: Froly. HEX triplet: D2, 67 and 6F. RGB value is (210,103,111). Sum of RGB (Red+Green+Blue) = 210+103+111=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676F is #2D9890. Grayscale: #878787. Windows color (decimal): -2988177 or 7301074. OLE color: 7301074.

HSL color Cylindrical-coordinate representation of color #D2676F: hue angle of 355.51º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2676F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 111 -
CMYK 0 0.51 0.47 0.18
HSL 355.51º 0.54% 0.61% -
HSV(B) 355.51º 0.51% 0.82% -
XYZ 34.3 24.55 17.97 -
YUV 135.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 210 103 111 0 0.51 0.47 0.18 355.51 0.54 0.61
Hex D2 67 6F 0 33 2F 12 164 36 3D
Octal 322 147 157 0 63 57 22 544 66 75
Binary 11010010 1100111 1101111 0 110011 101111 10010 101100100 110110 111101

Color Harmonies of #D2676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2676F

Black with #D2676F

Text Example


Text Example

White with #D2676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2676F; }

 p { color: rgb(210,103,111); }

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

background-color css

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

 a { background-color: rgb(210,103,111); }

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

border-color css

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

 span { border-color: rgb(210,103,111); }

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