Html Css Color HEX #D7646F Froly

📋 copy color: '#D7646F'

red 215 ◦ green 100 ◦ blue 111

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

Shades of Froly #D7646F

Tints of Froly #D7646F

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 50.47%
G = 23.47%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7646F (or 0xD7646F) is known color: Froly. HEX triplet: D7, 64 and 6F. RGB value is (215,100,111). Sum of RGB (Red+Green+Blue) = 215+100+111=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7646F is #289B90. Grayscale: #878787. Windows color (decimal): -2661265 or 7300311. OLE color: 7300311.

HSL color Cylindrical-coordinate representation of color #D7646F: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7646F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 111 -
CMYK 0 0.53 0.48 0.16
HSL 354.26º 0.59% 0.62% -
HSV(B) 354.26º 0.53% 0.84% -
XYZ 35.45 24.71 17.94 -
YUV 135.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 215 100 111 0 0.53 0.48 0.16 354.26 0.59 0.62
Hex D7 64 6F 0 35 30 10 162 3B 3E
Octal 327 144 157 0 65 60 20 542 73 76
Binary 11010111 1100100 1101111 0 110101 110000 10000 101100010 111011 111110

Color Harmonies of #D7646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7646F

Black with #D7646F

Text Example


Text Example

White with #D7646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7646F; }

 p { color: rgb(215,100,111); }

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

background-color css

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

 a { background-color: rgb(215,100,111); }

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

border-color css

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

 span { border-color: rgb(215,100,111); }

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