Html Css Color HEX #D2676E Froly

📋 copy color: '#D2676E'

red 210 ◦ green 103 ◦ blue 110

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

Shades of Froly #D2676E

Tints of Froly #D2676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 49.65%
G = 24.35%
B = 26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2676E (or 0xD2676E) is known color: Froly. HEX triplet: D2, 67 and 6E. RGB value is (210,103,110). Sum of RGB (Red+Green+Blue) = 210+103+110=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676E is #2D9891. Grayscale: #878787. Windows color (decimal): -2988178 or 7235538. OLE color: 7235538.

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

Color convert

RGB 210 103 110 -
CMYK 0 0.51 0.48 0.18
HSL 356.07º 0.54% 0.61% -
HSV(B) 356.07º 0.51% 0.82% -
XYZ 34.24 24.53 17.68 -
YUV 135.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 210 103 110 0 0.51 0.48 0.18 356.07 0.54 0.61
Hex D2 67 6E 0 33 30 12 164 36 3D
Octal 322 147 156 0 63 60 22 544 66 75
Binary 11010010 1100111 1101110 0 110011 110000 10010 101100100 110110 111101

Color Harmonies of #D2676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2676E

Black with #D2676E

Text Example


Text Example

White with #D2676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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